having 1 doubt as i am using drop down property and in that using column selection when i select 1st col it will remain on same page but when i select 2nd col den control should go
Hi All, having 1 doubt as i am using
drop down property and in that using column selection when i select 1st
col it will remain on same page but when i select 2nd col den control
should goes to page3. i am not able to put the string variable. Please
can u more clarify the below script.
if (DropColumn == "APPLICATIONID"):
Document.ActivePageReference = Document.Pages[0]
else:
Document.ActivePageReference = Document.Pages[3]
Where DropColumn is propertyname and APPLICATIONID is value
+ Add a Comment