cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira Designer 2.0, filtering Cross tab at run time

0 Kudos

Hi All,

I am using Lumira Designer 2.0 and I am new to Lumira. Need your help to achieve the following:

I have 4 text boxes displaying data from a datasource (DS_1) which are nothing but count of a measure which is in 4 different buckets. That is, count of rows if the measure value is between 0 to 300, 301-600, 601-900 and 900+.
And a cross tab below those text boxes showing all the rows by default. If user clicks on any of the text box, the cross tab should filter the records and show only those those records which match the conditions defined above.
To Implement this, I wrote the following in On click event of the text boxes : DS_1.setFilter("Measure1", {"low":"0", "high":"300"});

And similar code in respective text box's On click event. But when I click on the text boxes the cross tab does not filter the records. Am I doing anything wrong?

Thank you,
Arun

Accepted Solutions (0)

Answers (0)