Hello,
I have a question regarding transient variables in VO.
When defining a view object, can i have in it 2 transient variables that have the default value "SQL" format and can be something like this:
transVal1 = "SELECT NAME FROM EMPLOYEES WHERE EMPLOYEE_ID = 1"
transVal2 = "SELECT EMPLOYMENT_DATE FROM EMP_DATES WHERE NAME = transVal2" (this will return just one value)
First time asking a question here, hope it's ok.
Thanks in advance.