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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Daily Total in Pivot table

I'm trying to have in my pivot table market coverage ratio. During basket analysis I have similar information to below:

  • Date
  • Product type
  • Unit sold for this product
  • Transaction count for his product for this day
  • I need found information about total transaction for this day for all products

QLIK.png

thought that will be easy and simple set analysis will solve  problem but it doesn't work.

I really don't want add this information to additional table in loading script.

1 Solution

Accepted Solutions
marcus_sommer

Try something like this. count(TOTAL <A> C)

- Marcus

View solution in original post

4 Replies
marcus_sommer

Try something like this. count(TOTAL <A> C)

- Marcus

Anonymous
Not applicable
Author

Hi Piotr,

You are using Straight table, if you use this chart, use marcus_sommer‌ solution.

If you do it with Pivot Table, show subtotals.

I have attached one example with two options.

Regards!!

er_mohit
Master II
Master II

Try this

Aggr(NODISTINCT Count(C),A)

Not applicable
Author

I used Marcus formula and it's fine. Thank you for help.