Surapaneni 377
08/04/2022, 2:12 PMSandii
08/04/2022, 2:19 PMSandii
08/04/2022, 2:20 PMSurapaneni 377
08/04/2022, 2:29 PMSandii
08/04/2022, 2:29 PMSurapaneni 377
08/04/2022, 2:30 PMSandii
08/04/2022, 2:31 PMSurapaneni 377
08/04/2022, 2:32 PMSandii
08/04/2022, 2:32 PMSurapaneni 377
08/04/2022, 2:33 PMSandii
08/04/2022, 2:35 PMSurapaneni 377
08/04/2022, 2:36 PMSurapaneni 377
08/04/2022, 2:36 PMSandii
08/04/2022, 2:36 PMSandii
08/04/2022, 2:37 PMSurapaneni 377
08/04/2022, 2:37 PMec
08/04/2022, 4:39 PMCASE
WHEN {custrecord_tr_customer.custentitycust_tr_customer_level_apr.id} IS NOT NULL
THEN {custrecord_tr_customer.custentitycust_tr_customer_level_apr}
WHEN
That’s not valid. You can do “`CASE variable WHEN condition THEN whatever WHEN condition2 THEN whatever2`” but if you choose to use CASE WHEN variable/condition THEN whatever
, you will need to follow it up with ELSE then wrap another CASE WHEN underneath, as you laid it out in your original post. This is not consistent with what you originally posted. See the difference?ec
08/04/2022, 4:40 PMec
08/04/2022, 4:42 PM