How to SetControlValue to "Blank"?

Hi guys,

Using the SetControlValue button action on a select list: is there a way to set the value to “Blank”?

IsBlank() is not the solution, since the output of that is always true/false, not a value.

_noop() is not working either.

If I put blank between quotes (“blank”) it will display blank, but it is not the actual blank value. It is a value that just happens to be called blank if you know what I mean. Same as if I would put “whatever” in quotes, it would display “whatever”. I want it to display the greyed out “blank” value that’s always part of a select list.

So long story short: how to reference “blank” ?

Hi @Bas_de_Bruijn

That seems to work , with jus SetControlValue(your_control,"")


CPT2211091119-407x278

Is that working for you ?

Cheers
Q.

2 Likes

Yaasss! I should have thought of that…

Thanks @Quentin_Morel! :pray:

1 Like

Be my guest @Bas_de_Bruijn , sometimes we need external little help to have a wider vision :wink: Enjoy !

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.