Skip to main content
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])