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,896

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
0 Likes

I am not able to find the Follow Filter State option. I am running Design Studio 1.6 SP3. Any suggestions?

Former Member
0 Likes

Sorry for not being more specific. I am trying to use the DROPDOWN_2.setSelectedValue("All") to return my drop down to the proper state after a Reset All button is clicked. The Reset All properly removes all filters and does not complain about the setSelectedValue() command but the dropdown box remains at its previously selected value. Here is the screenshot of the DROPDOWN_2 properties.

Thanks,
Sue

capture.png

MustafaBensan
SAP Champion
SAP Champion
0 Likes

Sue,

Since this is now a closed (answered) question, as per the SCN Rules of Engagement, please post a new question describing your issue. This will also ensure it is more visible.

Regards,

Mustafa.

Former Member

Thanks for advice. I don't get on here much ... a professor and not a "real" end-user!

Former Member
0 Likes

Hi Sue.

In this situation,maby your question isn't related to mine.If you just need to reset the dropdown selectvalue changed when you click Reset All button,you should do like this:on your Reset All button,you just need add follow code :dropdown.setselectvalue("ALL");DS_1.clearfilter("XX").

Regards.

Jing