Hi,
it will work in the report.
correct case statement syntax is;
CASE
WHEN condition
THEN
@select(Folder_Name1/Object_Name1)
ELSE
@select(Folder_Name2/Object_Name2)
END
Amit
Hi,
it will work in the report.
correct case statement syntax is;
CASE
WHEN condition
THEN
@select(Folder_Name1/Object_Name1)
ELSE
@select(Folder_Name2/Object_Name2)
END
Amit