Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mallikagqlik
Contributor II
Contributor II

Graph comparing previous quaters with current quarters of a year

Hi,

I am fairly new to QS and not able to arrive at a sol for below issue.

I have my data like below with dimensions being Portfolio, reporting date and  segment.

Portfolioreporting_datesegmentaccount_volume
S31Aug2019S117987
S31Aug2019S219
S31Aug2019S31
S31Jul2019S129
S31Jul2019S214109
S31Jul2019S32
S30Jun2019S114
S30Jun2019S2124121
S30Jun2019S342
S31May2019S14246
S31May2019S234
S31May2019S32
S30Apr2019S132
S30Apr2019S237
S30Apr2019S32
S31Mar2019S132
S31Mar2019S237
S31Mar2019S32
S28Feb2019S1346
S28Feb2019S23
S28Feb2019S32
….……..……..…..
H31Aug2019H14364
H31Aug2019H2432
H31Aug2019H31
H31Jul2019H1324
H31Jul2019H2432
H31Jul2019H34
H30Jun2019H13
H30Jun2019H2342
H30Jun2019H342
H31May2019H125
H31May2019H234
H31May2019H32
H30Apr2019H132
H30Apr2019H237
H30Apr2019H32
H31Mar2019H132
H31Mar2019H237
H31Mar2019H32
H28Feb2019H1346
H28Feb2019H23
H28Feb2019H32

 

I select a Portfolio(H/S/….) and a reporting date ,lets say I select aug19 and S

I should see graph and data as below

 

Aug-18

Nov-18

Feb-19

May-19

Aug-19

 

Accounts

148277

150958

351

4282

18007

 

Change

#N/A

0.01808

0.0115

0.01966

0.01368

 

and a combo graph plotting the both volume and change. (The %change formula in the example is probably not correct. I meant (previous value -current value)/previousvalue.

Can some one pls help

14 Replies
sunny_talwar

Hey Brett - I think we are looking help regarding @mallikagqlik  not seeing the attachment. Do you see the attachment posted?

Brett_Bleess
Former Employee
Former Employee

LOL, yeah, my counterparts pointed out my bonehead move, and they have kicked things over to the platform team, they should be checking into things shortly, sorry I misread things and missed the issue with the file.  It looked like it was there to us, so not sure what is going on at the moment, but the platform team should be able to sort it out, may take a day or two thought depending upon what is up with things.  Apologies again for the mix-up on my part.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
mallikagqlik
Contributor II
Contributor II
Author

In the Chart graph I did this  and I got the result.

=Sum (
   {
     <
       reporting_date=
         {'$(=getfieldselections(reporting_date))','$(=date(monthend(addmonths(getfieldselections(reporting_date),-3))))','$(=date(monthend(addmonths(getfieldselections(reporting_date),-6))))',
         '$(=date(monthend(addmonths(getfieldselections(reporting_date),-9))))', '$(=date(monthend(addmonths(getfieldselections(reporting_date),-12))))'}
     >
   } account_volume
)

Since I am accessing it from my company network , I guess I am not able to view ur solution. But I am sure your approach is similar to this. Thanks a lot Sunny. That u are looking into the issue has given me a lot of confidence.

Brett_Bleess
Former Employee
Former Employee

I just reached out to the platform team myself, as I am a bit surprised they have not shouted back yet, so I am thinking something may have gotten lost, hopefully they can get to it in the coming days to see if they can spot something, sorry about the delay.

Cheers,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
Anonymous
Not applicable

Hi @mallikagqlik, I looking into this and was able to see the download file when I viewed as your account.

 

Can you please check this post, and if the file doesn't appear for you, reply with a screen shot of the post?

Thank you,
Jeremy