Monday 14 November 2016

Local Variables Syntax

How to use local variables in form personalization:

Steps:

1. Initialize: 

New Personazaltion: 

Actions> Properties > 

Object Type: Local Variables
Target Object: REQUEST_DATE
Property Name: VALUE
Value: =NULL

2. Set Local Variable:

Actions> Properties > 

Object Type: Local Variables
Target Object: REQUEST_DATE
Property Name: VALUE
Value: =TO_CHAR(:LINE.REQUEST_DATE, 'DD-MON-YYYY')

3. Use Local variable in Condition:

${var.REQUEST_DATE.value}






No comments:

Post a Comment