Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser222
Creator
Creator

Help with Set Analysis?

Hi all,

 

I have  requirement where i need to show the amount tagged to a code where the Date is minimum.

I need to display it in text box, but i am unable to unless i made selection in code field.

PFA which has example set for my question.

 

Thanks

Labels (2)
1 Solution

Accepted Solutions
juliensaintmaxent3113
Luminary Alumni
Luminary Alumni

Hi,

in attachment, you find the expression.

=Sum({<Date = {"$(=Date(min({$<Code={'BBB'}>}Date),'MM/DD/YYYY'))"},Code={'BBB'}>}Amount)

Bye

View solution in original post

1 Reply
juliensaintmaxent3113
Luminary Alumni
Luminary Alumni

Hi,

in attachment, you find the expression.

=Sum({<Date = {"$(=Date(min({$<Code={'BBB'}>}Date),'MM/DD/YYYY'))"},Code={'BBB'}>}Amount)

Bye