icp sorting
Hi,
I am trying to sort the icp column so that the recurring records comes first and with in recurring records the latest records comes first and after recurring the non-recurring records should come. I am trying to do it in otbi. I have tried with custom sort column where I have used below logic -
CASE WHEN "Element"."Processing Type" like 'Recurring%' THEN 1 ELSE 2 END
Then sorting it with ascending order and add another descending sort on the effective start date column. But it is not working for me. Below is the screenshot -
Kindly, help.
Thanks
Tagged:
0