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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
alis2063
Creator III
Creator III

Set Analysis is not worrking

I have created the one variable & try to evaluate  the equation as below

=Sum({$<Assoc_BookingId={"=Assoc_BookingId=$(vAirBooking)"}>}[#Counter_Booking])

vAirBooking is a variable but it does not work out.

is there some issues. !

3 Replies
Anonymous
Not applicable

why you do a double naming of the field?

why not only?

=Sum({$<Assoc_BookingId={"$(=vAirBooking)"}>}[#Counter_Booking])

PabloTrevisan
Partner - Creator II
Partner - Creator II

Hi ALI SA,

Sum({$<Assoc_Bookingld = {"$(vAirBooking)"}>}[#Counter_Booking])

Don't work ?

manoj217
Creator III
Creator III

=Sum({$<FieldName={"$(=Value)"}>}[Actual field])