Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JustinDallas
Specialist III
Specialist III

Date loses formatting when used in calculated dimension

Hello Everyone,

I have a table where I am using a calculated dimension.  When I place in the dimension the plain field, I find that the Table works.  When I add a condition to the dimension, I get that Qlikview timestamp thing i.e 460232.435242

Images:

Working

Express_1.PNG

Express_2.PNG

Not Working:

Express_1A.PNG

Express_2A.PNG

What exactly is going on here? And how do I get it to keep my formatting.

Any help is greatly appreciated.

1 Solution

Accepted Solutions
OmarBenSalem

you won't get it if your column is a dimension, do this instead:

if(Type='PUP',timestamp("Actual arrival"),null())

View solution in original post

3 Replies
OmarBenSalem

Try to format it as date (timestamp):

Capture.PNG

JustinDallas
Specialist III
Specialist III
Author

How are you getting to that part of the UI?  All I see is this.

Format_1.PNG

OmarBenSalem

you won't get it if your column is a dimension, do this instead:

if(Type='PUP',timestamp("Actual arrival"),null())