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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression Help..

Hi All,

Please see the attached QVW.

I'm getting the result as

1/11/2014 but expecting is 1/11/2014,P1,2014

3 Replies
Nicole-Smith

This thread is already being replied to here: Expression Help

Not applicable
Author

Hi Nicole,

I didnt get the expected result.Not sure how to post QVW for the existing thread...so created a new thread

MK_QSL
MVP
MVP

=MAX({1<[System] = {"DAPTIVE"}>}(date([Apply to Period Date ID])))

& ',' &

Only({<System = {"DAPTIVE"}, [Apply to Period Date ID] = {"$(=Max([Apply to Period Date ID]))"}>}Period)

& ',' &

Only({<System = {"DAPTIVE"}, [Apply to Period Date ID] = {"$(=Max([Apply to Period Date ID]))"}>}Year)

Same way use for LAWSON..

Hope this help.