Unable to connect to BO Server for connecting Universe for Designing Lumira Views
Question on Lumira Extension Charts
Hi Experts,
I have developed one Lumira extension (1 new chart - developed using D3 chart) and it's working fine in Lumira.
I have a small query - For lumira extension charts, how can we enable the properties like Choose Colors, Show Data labels, Set Axis Scale etc. which we can see in "settings" of standard charts?
Is there any extra code we have to write to enable these settings? Appreciate your response.
Regards,
Niket Talati
Lumira 1.28 and Hive 0.14
Hi,
According to this Blog from Carlos Lourenco What's New in SAP Lumira 1.28 (Summary), Lumira supports Hive 0.14.
On the SQL Connections, only Hive up to 0.13 is available.
How can I add the Hive 0.14 support?
Changing Log-in information for SFDC
Posting this question for a customer. Thought this would be good information to have on the Community pages.
I am currently testing connecting to salesforce.com and I have noticed that with using the built in SFDC JDBC driver that it automatically connects you to login.salesforce.com. Is there any way to change this so that it will connect to test.salesfore.com or any other URL for salesforce? Any information on this would be greatly appreciated.
Problem with ranking filter tool
I was trying to show only 15 top selling models on this chart. I applied the filter to rank only 15 most sold units. However, it keeps returning more than 15 variables. What did I do wrong? can anyone explain? Thanks
Issues with exporting multiples pages to PDF
I have been noticing that when I am exporting multiple pages to PDF file, the output shows some of the pages are blank. Is this a known issue with SAP Lumira?
Connection to Google Analytics
Hi,
Does anyone know how I can directly connect SAP Lumira to Google Analytics utilizing ODBC?
Thank,
Petya
Simple Calculated Dimension Formula
I'm new to Lumira and following the typical CR2013 formula text, trying to create a simple formula that will create a Calculated Dimension from a SQL column {ParkingDuration] :
if {ParkingDuration} < 60 then "1 Hour" else
if {ParkingDuration} > 120 and < 180 then "3 Hours" else
if {ParkingDuration} > 180 and < 240 then "4 Hours" else
if {ParkingDuration} > 240 and < 300 then "5 Hours" else
if {ParkingDuration} > 300 and < 360 then "6 Hours" else
if {ParkingDuration} > 360 and < 1440 then "7-24 Hours" else "> 24Hrs."
I keep getting "No viable alternative at "<". Try rewriting the formula.
i apologize in advance if I posted the question in the wrong forum.
Much Appreciated.
SAP Lumira Add On for BI Platform - How to view Stories on iPad
Hi,
A quick shout out to anyone who may know the answer to this.
I have tagged my SAP Lumira stories in the 'Mobile' category, but they are not showing on the iPad, have I missed something?
Thanks
Howard
publish to lumira desktop to cloud faied with HDB 05004, HDB11006
Lumira Extension for routes on maps
Dear experts
Few weeks ago I found an interesting extension from Lumira that can draw a route given a set of GPS data points. I found that extension very interesting, but I lost the link. Now, after hours and hours searching for it again, I'm not able to find it.
Does anybody know about a Lumira extension that can draw a path/route on a map give a set of coordinates?
Appreciate your hep!
ERROR Dataset cannot be published to sap lumira server
Hello Experts,
We recently upgraded from patch 17 to 28 of Lumira server. Just after
upgrading We are getting the following error while trying to publish
the data set "ERROR: Dataset cannot be published to sap lumira server
publishing to SAP HANA layer faild reason no avilable (HDB 11009)".
I have upgraded the Hana Database from 1.80 to 1.97 and i have installed SAP UAL 1.308.00. But still i am facing same issue. I have attached the error screenshot below. Please help me how to resolve the issue.
Thanks,
Ram
How to set up connection for BI Mobile to SAP Lumira Cloud?
Hello,
I've established my Lumira document in SAP's cloud, and I want to access it on my mobile device. I downloaded the most recent SAP BusinessObjects Mobile application onto my iPhone this week, but do not see an auto-connection to SAP's cloud. The options do not match the other postings I've seen for establishing a Lumira connection.
There is no "Connection Type" option for SAP Lumira. There is only:
- SAP BusinessObjects BI Platform - (BI Platform 4.0 and Enterprise XI 3.1)
- SMP BOE Connection (Legacy) - (Use this if you use IMO communication to connect through SAP Mobile Platform)
- SMP BOE Connection - (Use this if you use REST-based communication to connect through SAP Mobile Platform)
- BI OnDemand - (Use this if you are an BI OnDemand user)
No Lumira option... If I select the first option, SAP BO BI Platform, it requires Server URL (https://cloud.saplumira.com should work), but also CMS Name and Authentication type. This connection type seems to be for standard BO platform, not for Lumira.
Anyone know how to set up the Lumira Cloud Connection to SAP directly on the latest BI Mobile app?
Thanks,
Erica
Prebuild Lumira dashboards for HANA Live
Dear Experts,
Can some one help me where can we get the prebuilt Lumira Dashboards for ECC modules like SD,MM,PM,Manufacturing etc.
I tried searching in Service market place , But couldnt find it.
So do we have any such RDS from SAP?? Please suggest.
Best Regards,
Krishna
Defining custom properties for extensions in the Visualize Tab
Hello,
I just went to through the SAP HANA Cloud documentation > Visualization Extension Customizations
I followed the tutorial step by step ; the Web IDE is really great btw.
Everything works fine and I am fully able to visualize the sample bar and modify the properties in the "ComposeTab".
Now, I would like to modify the example to have some properties available in the "VisualizeTab".
For example, the standard column chart has the following customisations properties available in the "Visualize tab":
How can I achieve the same in the sample Bar project example?
Thank you
input controls and Visualizations
Is it possible to have a visualization act as an input control for another one in a Story?
I would like to click a value in a visualization and have another one, in the same page, react accordingly.
For example, I click the March 2015 bar in the Column Bar chart (top chart), which shows Some_Value/Month&Year.
As expected, the Popup shows some information (Month and Nb) for March 2015
Now, I would like that the Bar Chart (bottom chart), reacts showing the Some_Value/SomeDimensions but ONLY for the Month I just clicked in the upper chart, March 2015.
How can I achieve this?
Should I implement an extension which would include the two charts visualisation plus the logic or is there a way to create a generic extension/plug-in which would add this logic to the "Compose tab" interface?
or ... none of the above would work, and I just have to post an idea in the Idea Place?
Creating Geo Map coloured according to dimension rather than measure
Hello
We have a requirement to display a map of the world where every country is coloured according to the salesperson assigned to it. So, for example, if Australia and Malaysia are both assigned to Satya both should be red, and Canada, UK and India which are assigned to Bethany should be blue.
Using the default maps supplied with Lumira it seems that you can only display country colours according to a measure and Lumira then decides which colours to apply to which ranges. So, for example if we create a measure for each salesperson and Satya=1, Bethany=2, Francois=3... Maria=11, Lumira will decide that countries Salespeople 1-3 should be displayed in one colour and 4-6 another etc.
Ideally we would like to be able to colour countries according to dimension values (John's countries blue, Bethany's green etc) but as a workaround we can create a measure for each salesperson, but in this case we need a distinct colour for each different value (1=Blue, 2=Green, 3=Red etc and not 1-3=Red, 4-6=Green etc).
Any ideas? Do we have to create our own component?
Regards
Richard
Twitter on Lumira Cloud Free
Hi everyone!
I'm starting studies for data analysis using the Lumira Cloud Free and I want to analyse Twitter trends, how can I start? It's possible following the steps of the blog below?
A Lumira Extension To Acquire Twitter Data!!!
Warm regards,
Raphael Pacheco.
SAP Lumira Server for HANA :.ApplicationException Unknown command: aom
Hi Team,
I'm Working on the sap lumira Server for Hana, I'm facing an unexpected error it says
ApplicationException [RCIXTAB0000063] [QE_ERROR_0000006]: Unknown command: aom.
This Happens when I visualize in the sap Server for hana .i.e. When I Drag and drop some Dimensions and measures.
Could You please Guide in Solving this error.
Getting this error while trying to visualize HANA Analytical View ..
Hana version - SPS09
Lumira server - 1.23
PFA
Thanks and Regards,
M.Shashikiran
Message was edited by: shashikiran manchikatla
Add a picture in background of conditionnal formating rule
Hello everybody
Sorry if this point have been resolved in other ticket, but i didn't seen it.
I work with lumira 1.28.2
It is possible to add a picture on the background of a conditionnal formating rule as in webi?
For example I want that if my value is positive, it displays an up green arrow; and dow red arrow in the orther case
Actually in lumira, the only option, is to modify the backgroung with color and text
If not, is there an extension which don this type of conditionnal rule on a crosstab?
thanks in advance for your help