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: 
suvechha_b
Creator III
Creator III

How to do the YTD Report ?

Hi All ,

How to create Month and YTD Report like below image.Capture.PNG

I have attached the Qlikview Model . Is the report correct for the 1st Month Report.

How to do the YTD Report ?

Labels (1)
2 Replies
Not applicable

Hi Use Set expression in your expression with date range (YTD Date Range)

susovan
Partner - Specialist
Partner - Specialist

Hi Suvechha,

You can try this expression for 'PY Actual'

=Sum(Aggr(if(Measure='Quantity',SUM({<[Fiscal Year]={"=$(vPrevFiscalYear)"},[Type Indicator] = {'A'} >} Quantity),SUM({<[Fiscal Year]={"=$(vPrevFiscalYear)"},[Type Indicator] = {'A'} >} [Sales Value])),  Measure, Month))

Warm Regards,
Susovan