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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

sub Sum

Hello Guys,

I hope everything is okay

I have a table that contains a few dimensions and an expression :

Capture.PNG

I need to get the Total of SLA inter BY groupe prestataire knowing that the SLA INTER IS a calculated dimension =Interval(Interval#(SLA_INTERM, 's'), 'm')

1 Solution

Accepted Solutions
sunny_talwar

Are you saying that for these rows

Capture.PNG

you would want to see 10635 on each of the rows?

May be this

=Interval(Sum(TOTAL <[Code Cas], [Date de commande], [SLA Globale], [Groupe prestataires]> Interval#(SLA_INTERM, 's')), 'm')

View solution in original post

3 Replies
Kushal_Chawda

Instead calculated dimension for SLA INTER create expression

=sum(aggr(Interval(Interval#(SLA_INTERM, 's'), 'm'),[Code Cas],[Date de commande],[SLA globale],[groupe prestataire]))


or


=sum(Interval(Interval#(SLA_INTERM, 's'), 'm'))


sunny_talwar

Are you saying that for these rows

Capture.PNG

you would want to see 10635 on each of the rows?

May be this

=Interval(Sum(TOTAL <[Code Cas], [Date de commande], [SLA Globale], [Groupe prestataires]> Interval#(SLA_INTERM, 's')), 'm')

its_anandrjs
Champion III
Champion III

What is the expected output you need also which fields are calculated dim.