sikkilamkiran
Programmer
hi,
I have a requirement where i have a static parameter which having the following columns
Control ID - Number
Control Name - char
Receive date - date
Data Source -char
I would like to use the value selected by user as a group in my report.
I tried to create a formula where
if {?Group By} = 'Control ID' then
{Workflow_BE.Control ID}
ELse if {?Group By} = 'Control Name' then
{Workflow_BE.Control Name}
ELse if {?Group By} = 'Received Date' then
{Workflow_BE.User Task Received Date}
ELse if {?Group By} = 'Data Source' then
{Workflow_BE.Target Data Source Name}
else
{Workflow_BE.Control Rating Name}
its giving me error saying
A DATE_TIME IS REQUIRED HERE. Probably due to different dataatypes in the same formula.
Please help its urgent.
Thanks in Advance.
Kiran
I have a requirement where i have a static parameter which having the following columns
Control ID - Number
Control Name - char
Receive date - date
Data Source -char
I would like to use the value selected by user as a group in my report.
I tried to create a formula where
if {?Group By} = 'Control ID' then
{Workflow_BE.Control ID}
ELse if {?Group By} = 'Control Name' then
{Workflow_BE.Control Name}
ELse if {?Group By} = 'Received Date' then
{Workflow_BE.User Task Received Date}
ELse if {?Group By} = 'Data Source' then
{Workflow_BE.Target Data Source Name}
else
{Workflow_BE.Control Rating Name}
its giving me error saying
A DATE_TIME IS REQUIRED HERE. Probably due to different dataatypes in the same formula.
Please help its urgent.
Thanks in Advance.
Kiran