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: 
Applicable88
Creator III
Creator III

What is the "=> " within an set expression?

Hello,

I have a following if-statement:

= IF(
'$(Unit)' = 'LL',
Sum({<[Type]={"IST"},[Structure.Sales]=>}[Value]),

if(

'$(Unit)' = 'GG'
Sum({<[Type]={"Should"},[Structure.Sales]=>}[Value]))))

Normally after the fielname you would have another pair curvy brackets telling you what to filter in "Structure.Sales"

But now I seen this "=> " at the end of the set expression .....what does it mean?

Thank you in advance.

Best. 

 

1 Solution

Accepted Solutions
Taoufiq_Zarra

@Applicable88 

=> are in fact two parts

     >is the end of the < :    <[Type]={"IST"},[Structure.Sales]=>

    = ignore selection in the [Structure.Sales] field

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

1 Reply
Taoufiq_Zarra

@Applicable88 

=> are in fact two parts

     >is the end of the < :    <[Type]={"IST"},[Structure.Sales]=>

    = ignore selection in the [Structure.Sales] field

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉