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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Last Quarter Data Population

Hi

I have a data in which i want the calculated field which has to show the current quarter information.

I have looked lots of post in qlik community but nothing is working out for me.Please suggest

27 Replies
Anonymous
Not applicable
Author

Hi Guys,

Any other suggestion

shraddha_g
Partner - Master III
Partner - Master III

working at my side.

if possible provide data model screenshot.

Or scramble data and provide sample app

HirisH_V7
Master
Master

Hi surya,

Please create sample app, with some sample data.

and address your issue.

HirisH
Anonymous
Not applicable
Author

Hi guys,

I have used the below calculated field which is showing Q4 data.but i want to show the Q3 information. Please suggest


sum({<QuarterStart = {"$(=max(QuarterStart))"},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>}ROLLED_TO_AMT)

HirisH_V7
Master
Master

sum({<QuarterStart = {"$(=max(QuarterStart)-1)"},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>}ROLLED_TO_AMT)



Check this.

HirisH
shraddha_g
Partner - Master III
Partner - Master III

Try,


sum({<QuarterStart = {"$(=date(addmonths(max(QuarterStart),-3)))"},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>}ROLLED_TO_AMT)

Anonymous
Not applicable
Author

Tanq alot Shraddha...Its worked out

shraddha_g
Partner - Master III
Partner - Master III

Great!