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: 
manozpph
Creator
Creator

How to Create a Straight table with Total Sales and Product Sales as Expressions?

i want to create:-

Exp1: Total Sales: This expression should not change with any selection made in the ProductName list box. (Note: For any other list box selection besides ProductName list

box, this may still change).

Exp2: Product Sales: This expression should change with any selection made in the

ProductName list box.


Thanks in Advance!!!

1 Reply
ashfaq_haseeb
Champion III
Champion III

Hi,

Use below

Dimension.

ProductName

Expression 1

Sum({<ProductName=>}Sales)

Expression 2:

sum(Sales)

Regards

ASHFAQ