cancel
Showing results for 
Search instead for 
Did you mean: 

Dimension Filter dynamic text not display on the text box?

chandrasekhar6
Participant
0 Kudos

Hi

Using the below script I successfully configured Dimension Filter text display on the textbox based on the selection of Dimension Filter,

I have taken TEXT_1 and Dimension Filter components,

Dimension Filter On select script:

TEXT_1.setText(DS_1.getFilterText("OBJ_188"));

Here OBJ_188 is the Year dimension.

and I have changed Dimension Filter Visualization Mode to Dropdown and execute same application. Now when I select filter value in the Dimension Filter but not display filter value on the Text_1.

Please help me in the above issue.

Thanks,

Chandrasekhar

sapna_jgurudutt
Active Contributor
0 Kudos

Hi Chandrasekhar,

Are you using Design Studio or Lumira Designer in this case?

Also, can you clarify regarding the exact version, SP level and Patch Level you are using?

What is the Datasource you are using?

Does this issue occur while executing the application in Local Mode or BIP Mode?

Thanks & Regards,

Sapna

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197738
Participant
0 Kudos

Hi Chandra,

When you are selecting value using Dimension filter,you need to pass that selected value, ex //DS_1.setfilterExt(Dropdown_1.getSelectedValue("Dimension")

You would need to pass the value, after this execute next script //Text_1.settext(DS_1.getfilter("Dimension")

Regards,

Fahad