Hello Experts ,
I need your assistance on the following, i have a workflow, when a specific WF attribute is selected and the WF is initialized, there is a webreports step in the WF that run and base on the matching of the WF attribute , it created a folder and the name will be the workflow title and sent some documents and create the generation. The only thing that is not working is the IF statement. In the following code the Director General is the WF attribute
[LL_WEBREPORT_IF "[LL_REPTAG_&subworkid WFATTR:Director General:DISPLAY /]" == "123" /]
[LL_REPTAG_"" NODEACTION:CREATE:FOLDER:[LL_REPTAG_'2848840' /]:[LL_REPTAG_&subworkid WFINFO:Title:DISPLAY /] SHOW SETWFATTR:"FolderID" /]
[LL_WEBREPORT_ELSEIF "[LL_REPTAG_&subworkid WFATTR:Director General:DISPLAY /]" == "999" /]
[LL_REPTAG_"" NODEACTION:CREATE:FOLDER:[LL_REPTAG_'2849774' /]:[LL_REPTAG_&subworkid WFINFO:Title:DISPLAY /] SHOW SETWFATTR:"FolderID" /]
[LL_WEBREPORT_ENDIF /]
Hopefully someone can assist me as i am short of ideas.
Thank you,