Hi Team, I want to create two columns in Interface, one column will have Calander and when we click on the date , it will display on the second column, anyone got the answer, plz share the code
Discussion posts and replies are publicly visible
Hi ,
for the second column you can use the showwhen condition for ex: when you click on date assuming you are storing date in local variable. If isnotnullorempty(local!date) then you can show the second column .