cancel
Showing results for 
Search instead for 
Did you mean: 

IN Lumira designer 2.0 ,Can not set DataSource InputParam from Chart Component ?

Former Member
0 Kudos

In a chart ,i want to set DataSource InputParam value from getSelectedMember?

but it doesn't work! how can i do it?

TammyPowlas
Active Contributor
0 Kudos

Hello Gilbert - I am not following this question; would you please use the image icon to share screen shots so the community can better assist?

Former Member
0 Kudos

hi, Tammy, In a chart ,i want to use the method:getSelectedMember to select item to setVariableValueExt, bu it doesn't work!

how can i choose item from a chart to set Variable Value for a DataSource?

set Muti values for setVariableValueExt it also doesn't work

this script for event "On Select" of component CHART_1

for example:

var FL_1 = CHART_1.getSelectedMember("CD_MC_1").text;
DS_1.setVariableValueExt("IN_CD_MC",FL_1);
DS_1.setVariableValueExt("MONTH","1;2;3;4;5;6;7;");

Accepted Solutions (0)

Answers (0)