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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculation with Set Analys

Hello,

Sum({$<[ProdH_L1]={11},[ProdH_L7Txt]={"Colorm IQ Sun"}>} [DebetFakturaKvantitet]) gives the row 'Colorm Sun'

Sum({$<[SurchGrupp]={"unicolor"}>} [DebetFakturaKvantitet]) gives the row 'Färg' .

[Colorm Sun]/[Färg] , this calculation works but I would like to have it as this

{$<[KundGrupp]-={13}>}[Colorm Sun]/[Färg], but this doesn´t work. so I have to use this

Sum({$<[ProdH_L1]={11},[ProdH_L7Txt]={"Colorm IQ Sun"},[KundGrupp]-={13}>} [DebetFakturaKvantitet])/ Sum({$<[SurchGrupp]={"unicolor"},[KundGrupp]-={13}>} [DebetFakturaKvantitet])

Is it possible to use this calculation, {$<[KundGrupp]-={13}>}[Colorm Sun]/[Färg], if yes,

what have I done wrong?

kindly

Håkan

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

No it is not possible, you can only use set expressions in an aggregation function.

View solution in original post

2 Replies
stigchel
Partner - Master
Partner - Master

No it is not possible, you can only use set expressions in an aggregation function.

Not applicable
Author

Thanks for the information.

Håkan