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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
wiz_nerd
Creator
Creator

calculated dimension using max date per constant string

I am trying to create a calculated dimension in which I need to consider (distinct max date and distinct Name_String)  to conclude output_string? Note Date is in RFC format

Name_Stringdateoutput_string
string1date1string1_yyw3
string1date3string1_yyw2
string1date3string1_yyw1
string2date1string2_yyw1
string2date3string2_yyw2
string2date3string2_yyw3

 

Output:

 

string1date3string1_yyw1
string2date3string2_yyw3
Labels (1)
2 Replies
agigliotti
Partner - Champion
Partner - Champion

why do you need string1_yyw1 rather than string1_yyw2 as output for string1 ?
what does the logic behind it is ?
wiz_nerd
Creator
Creator
Author

I need the output with respect to the constant_string and date and I need both the values as they are distinct.