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

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

Re: Expression to get the string from group of possible values


Hi, Thanks for the helpful answers.

Instead of concatenating the attr values, we want to display the attr value of the maximum date..

in the given example,

Input

ID, attr, Date          , value

1,  a   , 03/03/2014, 10

1,  b,  , 04/03/2014,  20

Output

ID, attr, Date1, Date2, Variance

1,   b,    10     ,20     , 10

can someone please provide me the expression to do so?

Thanks

10 Replies
Not applicable
Author

Yes, Thats what I implemented  i.e. taking all the attribuites in Expressions. and it works like charm..

Thanks for your time..