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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
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
HirisH_V7
Master
Master

At your Dimension in your chart ,

Supress when value is null()

one Quick question, is complete column is going Null??

-Hirish

HirisH
Anonymous
Not applicable
Author

Yeah everything is showing as null

shraddha_g
Partner - Master III
Partner - Master III

Did you refer app attached ?

Anonymous
Not applicable
Author

Actually i have created a measure to calculate the current year summation which is  shown below.

sum({$<[PROCESSED_DT.autoCalendar.Year] = {'$(=date(max([PROCESSED_DT.autoCalendar.Year]), 'YYYY'))'},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>} ROLLED_TO_AMT)

do you have any suggestions to modify the same formula for quarter?

HirisH_V7
Master
Master

Use this,

IF(Ceil(Month(Today())/3)=Ceil(Month([Processed Date])/3),

sum({$<[PROCESSED_DT.autoCalendar.Year] = {'$(=date(max([PROCESSED_DT.autoCalendar.Year]), 'YYYY'))'},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>} ROLLED_TO_AMT)

)

HTH,

Hirish

HirisH
Anonymous
Not applicable
Author

again null

Anonymous
Not applicable
Author

I have referred  your app....but that is not working out for me

Anonymous
Not applicable
Author

Its showing the summation of entire RTA data

shraddha_g
Partner - Master III
Partner - Master III

Instead of sum() ypu can use only() there

Anonymous
Not applicable
Author

again null