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: 
upaliwije
Creator II
Creator II

Set Expression

Hi Friends

Sum({<Shedule_Name={"Accured_Expenses"}>}BALANCE_BF)

The above expression is not working. Can someone tell me what is wrong in it

7 Replies
MayilVahanan

Hi

Your expression looks fine. May be

Is there any space is available in "Accured_Expenses"?

or do u miss any case sensitive ?

Shedule_Name field is in "Capital Letter"?

Can you able to share the screenshot of the application?

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
PrashantSangle

Hi,

Your expression looks fine for me.

just check you have data for BALANCE_BF where Schedule_Name="Accured_Expenses"

If possible post sample app.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
renjithpl
Specialist
Specialist

Use single quotes...

Sum({<Shedule_Name={'Accured_Expenses'}>}BALANCE_BF)


anbu1984
Master III
Master III

May be because of mis-spelling?

Sum({<Shedule_Name={"Accrued_Expenses"}>}BALANCE_BF)

tamilarasu
Champion
Champion

Sum({<SChedule_Name={"Accrued_Expenses"}>}BALANCE_BF)

avinashelite

Hi

try with single quotes inside the set analysis

jagan
Partner - Champion III
Partner - Champion III

Hi,

First note that Qlikview is case sensitive and make sure you have given "Accured_Expenses" in correct casing, or copy the value from the list box and paste it in the expression.

Next thing is make sure that you have values for this selection, otherwise it return null value.

If possible attach some sample file, it would be easier to find the issue.

Hope this helps you.

Regards,

Jagan.