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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
warrentk80
Creator
Creator

Budget represent

good morning

I need to represent in a chart table the budget month, the month and the previous month based on the month selected from a list box

tell me someone would know the expression to be inserted

thanks

Andrea

my campodata is dataannomese and in my list box, I can select the month with month (dataannomese)

thanks

Andrea

Labels (1)
5 Replies
manideep78
Partner - Specialist
Partner - Specialist

Hi Andrea,

Can you be more specific? What exactly you want to show in a chart table? what were the fields involved or could you please give some sample data?

warrentk80
Creator
Creator
Author

thanks for the reply.

I want to show the sum of the budget, sending an example attachedexample.png

manideep78
Partner - Specialist
Partner - Specialist

For Selected Month:

Sum({<Your_Date_Field={"=Month(Date(Your_Date_Field))"}>}Your_Budget_Field)

For Previous Month:

Sum({<Your_Date_Field={"=Month(Date(Your_Date_Field))-1"}>}Your_Budget_Field)

Hope this helps

Regards,

Manideep

warrentk80
Creator
Creator
Author

Thanks for the quick response.

I tried to enter the code that you sent me but in the current year and 2 columns last year I see the same value.

thanks

Andrea

example1.png

manideep78
Partner - Specialist
Partner - Specialist

Could you please send me the sample Application for better understading