Hi Folks,
I have a string parameter sp_CommonButtonsStatus which is defined as either “Active” or “Hidden” based on a simple if-else condition and I want to use it to determine the state of a side panel as follows:
data { ( 1, displayText ) : "Common Actions", ( 1, pageId ) : "common_buttons", ( 1, tooltip ) : "Common Actions", ( 1, icon ) : "aimms-play" , ( 1, state ) : "sp_CommonButtonsStatus"}
Doesn’t work. Please tell me there is a simple way to do it, but I am missing it somehow
Best,
Gorkem