Differece in Case statement from RPD and from the request
698659Sep 2 2009 — edited Sep 2 2009What is the technical difference between giving case statement in the RPD (creating a calculated column)to implement a logic or achieving the same by creating a column in the request using similar case statement ?
Please help to understand.
And please let me know ,Is there any general way to avoid Case staement and implement the same logic instead of Case statement.
For Ex : CASE WHEN "Sample Sales"."D2 Market"."M04 Region" = 'North' THEN 1 WHEN "Sample Sales"."D2 Market"."M04 Region" = 'South' THEN 2 ELSE 3 END
Thanks
JSmith
Edited by: Jsmith on Sep 2, 2009 3:41 AM