cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Lumira 2.0 Designer Chart OnSelect not returing Selected Date Attribute

TarikOubedda
Explorer
0 Kudos
1,712

We are using Lumira 2.0 Designer Release 2.0 SP2 Patch 1 (Version: 20.2.3)

As displayed on the attached screenshots, we have three Charts using 3 data sources that point to a Simple HANA view defined as ( Quarter (Type Int) , Month (Type int) and Date(Type Date) as Attributes and Sales (Type Double) as Measure ).

One Chart displays Sales by Date, one displays Sales by Month and the last one displays Sales by Quarter.

When the user Selects or clicks on a Bar from one of the Bar Charts, we try to capture the selected Date, Month or Quarter in order to do more drill down.

For Sales by Month and Sales By Quarter, we are able to capture the selected Member , however, the Sales by Date Chart getSelectedMember doesn't return anything.

The attached image shows all the chart methods we called to see what kind of data is returned for each chart.

The same issue is happening with BEX queries as a Data sources.

Is this a known issue with Dates? please advise.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
SAP Mentor
SAP Mentor

Tarik - nice job documenting the issue.

I cannot find anything but here are some options:

1. Update to patch 3, released this week, to see if that fixes the problem

2. I know there are restrictions with some methods with HANA but getSelectedMember isn't one of them; if item #1 still does not work, submit an incident to SAP

3. This blog presents another option - https://blogs.sap.com/2017/11/10/lumira-designer-drill-down/

Answers (1)

Answers (1)

TarikOubedda
Explorer
0 Kudos

Thank you Tammy,

Patch 3 seemed to fix the issue.