Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to make My Box 2 Display YrMthWk ?

Hi All

I have and field name = Data Type at Box 1 :-

LOAD * INLINE [

Date Type, Column2

year,year

yr_jp,yr_jp

YrWk,YearWeek

YearQtr,YearQtr

YearHalf,YearHalf

Yr_Qtr_jp,Yr_Qtr_jp

YrMth,YearMonth

YrMthWk,YearMonthWeek

  ];

I have a Box 2 with below expression :-

=IF([Date Type]='year','Year',

IF([Date Type]='Yr','year',

IF([Date Type]='YrMth','Yr Mth',

IF([Date Type]='YearMonthWeek','YrMthWk',

IF([Date Type]='YearQtr','Yr Qtr'

)))))

My Question is why Box 2 not display YrMthWk ?

Paul

Labels (1)
11 Replies
MarcoWedel
MVP
MVP

Hi,

maybe this is what you need?

QlikCommunity_Thread_180805_Pic1.JPG

QlikCommunity_Thread_180805_Pic2.JPG

QlikCommunity_Thread_180805_Pic3.JPG

hope this helps

regards

Marco

paulyeo11
Master
Master
Author

Hi Marco

Thank you for your sharing . May be my explaination is not clear , that is why so many people cannot understand.  I hope below image can make all understand.

box2.png