Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Guys,
Any other suggestion
working at my side.
if possible provide data model screenshot.
Or scramble data and provide sample app
Hi surya,
Please create sample app, with some sample data.
and address your issue.
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)
sum({<QuarterStart = {"$(=max(QuarterStart)-1)"},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>}ROLLED_TO_AMT)
Check this.
Try,
sum({<QuarterStart = {"$(=date(addmonths(max(QuarterStart),-3)))"},ROLLOVER_DESTINATION_TXT={'RTF','RTC'},FULL_DISTRIBUTION_IND={'Y'}>}ROLLED_TO_AMT)
Tanq alot Shraddha...Its worked out
Great!