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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

prior day vs today

hi team

I'm having data as of july 2016 month. I need to create the comparision for today & yesterday. could some one help me out

Labels (1)
9 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Can you explain your requirement in details or share the input data and output format to help on this.

Not applicable
Author

hi

I'm having data as of 7th month. I need to calculate the yesterday & today varience

krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi

You can calculate  the expression with Set modifier having Today() and Today()-1 and then find the variance between them.

Still if you add some input data it will help to resolve the issue.

Jason_Michaelides
Partner - Master II
Partner - Master II

saimahasan
Partner - Creator III
Partner - Creator III

Please post sample data so that much accurate solution can be provided.

Not applicable
Author

Thank you Jason

Not applicable
Author

Thank you Krishnapiya

Not applicable
Author

Hi,

You will find infinite threads doing the comparisons based on Date using set analysis or alternate states.

check this out:

yesterday using today() in set analysis

Hope this helps.

Thanks,

Singh

Anil_Babu_Samineni

How about this

Today = Max(Date)

Previous = (Max(Date)-1)

Sum({$<Date = {"$Today) - $(Previous)"}>}Sales)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful