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

set dropdown default value false in design studio

Former Member
0 Likes
3,897

Hi,

I want to select value of the datasource,so I was use a datasource banding to a dropdown.

And I want to set a default value,like this code:

var d1=APPLICATION.getInfo().dateNowInternalFormat.substring(0,4); DROPDOWN_1.setSelectedValue(d1);

Its should selected default value that the present year,but false.

Anyone can help me?thanks!

View Entire Topic
Former Member

Hi Jing Zhang,

When binding the dimension to dropdown. There will be property as follow filter state,if it is given value as true your code will not work.So you make it false then your code will work.

Because follow filter state allow the dropdown to capture filter value of assigned data source and make it selected. It ignores Setselectedvalue() function.

Thanks,

Poovarasan

Former Member

hey,Poovarasan Boopalan.

I don't know how to express my thanks.This is a very important detail ,and it's easy to ignore.

Thanks,

Jing

arpangupta
Explorer
0 Likes

Hi Poovarasan / Jiing

Where I can search for this property ? i am not able to locate it.

Regards,

Arpan

Former Member
0 Likes

Hello Arpan.

select the dropdown component,and you will see this picture.

Regards.

Jing