Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
soloeeeoff
Contributor III
Contributor III

How to do aggregation in Chart - table

  1. I want to represent data in the (Data_1 --> Sheet 1 ) as (Data_1 --> Sheet2).
  2. 2.png1.PNG
4 Replies
Anil_Babu_Samineni

Is this you are expecting?

I've update new one, My muistake

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Another option would be to create three new expressions like this:

=Sum(Mark1)/Sum(TOTAL Mark1)

=Sum(Mark2)/Sum(TOTAL Mark2)

=Sum(Mark3)/Sum(TOTAL Mark3)


Capture.PNG

soloeeeoff
Contributor III
Contributor III
Author

Dear Anil,

Can you please tell me what is the difference between

1. Sum(Mark1)

2. Sum( All Mark1)

3. Sum(Total Mark1)

4. Sum(Distinct Mark1)

5. Sum(${Mark1} Mark1)

Anil_Babu_Samineni

I recommend you start your self by hand then you will get more clarification. please find attachment then observe, Which is make sense...

With %

Capture.PNG

Without %

Capture1.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful