Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a variable "Project_num", when I'm pushing a botton I would like the system to select in the field "PROJNUM' the value of the variable "Project_num".
I'll appreciate you assistance on how to do this.
Thanks in advanced.
David
Add a Select in Field action to the button. Use PROJNUM as field and =Project_num as search string. If your variable contains an expression instead of a literal value you may need to use =$(Project_Num) instead.