Jump to content

How to reset the property control drop down list in text area


Rupinder Kaur 2

Recommended Posts

  • 2 years later...
  • 10 months later...

for int list, you can create a script to set the list to -1 then change the way to filter your data

# Set document property to first value found in the list

Document.Properties["liste"] = -1

on the vizualisation, add a expression to limit data :

case when String("${liste}")="-1" then TRUE

else If(Find(String([iD]), String("${liste}"))>0,true,false)

end

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...