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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
lionel_t
Contributor
Contributor

sum and aggr

Hello,

  I don't know how to combine sum and aggr function in my set analysis expression.

  I need help to find the right expression syntax to get the correct result.

   I give an exemple of my chart expression ( t6 ).

Sum({<

     D_Date_Histo={"$(=

   

  Aggr(

  only(date(date(D_Date_Time+State_Day_Value)&' '&MakeTime(State_Time_Value),'DD/MM/YYYY hh'))

  ,D_Date_Time

  )               

                  )"}

     >} D_LastPRVValue)

Labels (1)
3 Replies
ecolomer
Master II
Master II

Hi, attached you have an example.

ecolomer
Master II
Master II

You can change Avg with Sum, because are same type of function

ecolomer
Master II
Master II