Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

No expression result

Hello community

I would like to calculate the budget of maximum date in my excel file.

To do so, I created a variable vMaxdb =date(max(dateBudget), 'DD MMM YYYY')

and then in my expression :=sum({<[dateBudget]={$(#vmaxdb)}>}[Budget PO]/1000)

It didn't work.

Do you have an idea please.

Thanks

15 Replies
master_student
Creator III
Creator III
Author

Sunny,

Could you please give me your email. I will send you my application.

Thanks

oknotsen
Master III
Master III

Just attach the application to your post instead.

May you live in interesting times!
master_student
Creator III
Creator III
Author

Hello,

Thanks for your responses.

The problem is solved.

An other question, I have a date fiels in th that format Sans titre.png

How to convert it in date without hours, only 29/03/2016

oknotsen
Master III
Master III

Please start a new topic for a new question.

Since your current problem is solved, please flag the correct answer by clicking on the "Correct Answer" button near that reaction. Also consider flagging Helpful answers by clicking on the Action option near that reply and selecting "mark as helpful".

Thank you.

May you live in interesting times!
Kushal_Chawda

Master_Student

Kindly post the solution here and mark it as correct answer so that other can refer to same if they have same issue.

Also for new query please open a new thread.

Anonymous
Not applicable

you have assigned wrong variable name .

tryy this

sum({<[dateBudget]={$(vMaxdb)}>}[Budget PO]/1000)