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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help needed on Dimenssion..

QuarterABC
Q89558334
Q7755647
Q645568787
Q5783466987
Q44568655
Q384231
Q256758765
Q1935378
I have my table as above and i want it to display the data as below:
QuarterABC
Q8-Q79558334
Q7-Q6755647
Q6-Q545568787
Q5-Q4783466987
Q4-Q34568655
Q3-Q284231
Q2-Q156758765
1 Solution

Accepted Solutions
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

in Expression side use this expression

=Sum(Value)-below(Sum(Value)

.Try thsi expression

Regards

Perumal A

View solution in original post

5 Replies
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi Sagar

use this Expression

=fieldname&'-'&num(replace(fieldname,'Q',''))-1.

this useful for u

Regards

Perumal

Not applicable
Author

Do u mean this: 

=

Quarter &'-'&num(replace(Quarter,'Q',''))-1.

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi sagar

sorry .some missed in Expression now use this expression

Quarter &'-'&'Q'&num(replace(Quarter,'Q',''))-1.

Not applicable
Author

Hi Perumal,

I guess you miss understood my problem.

I wanted my feids to display the related values

For eg: Q8( A=24)

           Q7(A=18)

    Then my Q8-Q7 should give(6)

Regards

Sagar Gupta

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

in Expression side use this expression

=Sum(Value)-below(Sum(Value)

.Try thsi expression

Regards

Perumal A