Question
3
Replies
1204
Views
Posted: May 30, 2016
Last activity: June 1, 2016
Closed
Hiding a value from local list inside a property
Hello,
I have a property called Level that contains a local list of the following values: L0, L1, L2, L3.
I need to hide L3 value on the load of a section without removing it from this field as it is used in another place. How to do that?
Thanks,
Rosy
Message was edited by: Lochan to add Category
Hi Rosy,
I am afraid, you cant make it work like this.
The concept of static list ( local list ) comes from the fact that it will also show the same set of data.
Your requirement can be achieved by using other source of data for example datapage or Clipboard page.