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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
3 Replies
Nicole-Smith
MVP
MVP

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.