Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends
Sum({<Shedule_Name={"Accured_Expenses"}>}BALANCE_BF)
The above expression is not working. Can someone tell me what is wrong in it
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?
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
Use single quotes...
Sum({<Shedule_Name={'Accured_Expenses'}>}BALANCE_BF)
May be because of mis-spelling?
Sum({<Shedule_Name={"Accrued_Expenses"}>}BALANCE_BF)
Sum({<SChedule_Name={"Accrued_Expenses"}>}BALANCE_BF)
Hi
try with single quotes inside the set analysis
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.