Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculating Percent of Month Complete

I am trying to figure out the expression for percentage of month complete. Once I have this figured out I can calculate percentage of monthly forecast compared to spend.

Example

Today() = 4/11/2016

Monthend(Today()) = 4/30/2016

(4/11/2016) / (4/30/2016) = 36.6%

When I do this calculation in Qlikview it is giving me 100%.


Any assistance would be appreciated.


Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be try this:

Num(Day(Today())/Day(MonthEnd(Today())), '##.##%')

View solution in original post

2 Replies
satishkurra
Specialist II
Specialist II

If you could share a sample app it would be great

sunny_talwar

May be try this:

Num(Day(Today())/Day(MonthEnd(Today())), '##.##%')