Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Calculated column not giving values
Answers
-
Hello Marteen,
Do the the data output the intended result with the following code?
CASE
WHEN "Payables Payments - Payment History Real Time"."- Payment Information"."Payment Status" IN ('Cleared','Negotiable','Voided')
THEN "Payables Payments - Payment History Real Time"."- Payment Information"."Payment Status"
WHEN "Payables Payments - Payment History Real Time"."- Payment Information"."Payment Status" NOT ('Cleared','Negotiable','Voided')
THEN "Payables Invoices - Transactions Real Time"."- Reference Information"."Payment Status Name"
ELSE " "
ENDHope you get to your solution soon.
Jon
0 -
Thanks for your input Jon, but unfortunately not the solution yet.
Also missing the IN after the NOT statement
Kind regards,
Maarten0 -
Thanks for your input Jon, but unfortunately not the solution yet.
Also missing the IN after the NOT statement
Kind regards,
Maarten0