You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

CASE WHEN Formula Not Displaying Correctly

Summary: CASE WHEN STATEMENT shows two different results pending the format export


Content (required): I'm using the following CASE WHEN statement to label a value either "To" or "From

CASE

    WHEN "Transaction Distribution Lines"."Reserve" >= 0 THEN 'To'

    WHEN "Transaction Distribution Lines"."Reserve" <= 0 THEN 'From'

END

When I export the analysis as XLSX

it shows all values as 'To' but if I export the analysis as CSV then it displays the correct output.

Does anyone know why this would be?

Version (include the version you are using, if applicable):23A


Code Snippet (add any code snippets that support your topic, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!