there is two buttons ,when 1st button is clicked it need to hide and 2nd butten needs to visible,when 2nd button is clicked it needs to hide and 1st button needs to visible
@arunr16628962 on click of button, → refresh-this-section. Inside that call a data transform. Create a property-> . IsVisibleFlag of boolean. By default for both the button keep visible expression as IsVisibleFlag as True.
In your DT, set IsVisibleFlag as False.
So on whichever button you click, IsVisibleFlag will be set to false and button will not be visible.
@Anoop Krishna hi can you explain how to creat isvisib…ETC
@arunr16628962 Sure, have you implemented it already or you need help?
@Anoop Krishna where do we create this isvisible boolean value?