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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
ericheleine
Contributor III
Contributor III

If function and match function for 2 inputs?

hi everybody,

I have got several input and i want to create a IF function when several dimensions are equal.

excel explanation:

when different order id (column A) have the same Trade date (B), Heure(C), Bank(F) , trader(G) ,Portfolio( H)

and that the column E (Side) is different

calculate the min Amount traded of both (column I)

The result in Qlikview should be in this case 20273793.09

regards

Eric

2 Replies
Agis-Kalogiannis
Employee
Employee

Hi Eric

Can you please try the following expression and tell me if it works?

aggr(min([Abs (NominalEuro)]), [Trade Date], [Heure Exec], Bank, Trader, Portfolio)

Thanks

Agis

ALK

ericheleine
Contributor III
Contributor III
Author

thank you agis

i needto use an if function because in the case of the dimension below are different i need to calculate sum(abs(nominal euro))

regards

eric