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: 
ester_pr
Partner - Creator
Partner - Creator

chart that present different from the selection

Hi,

I am trying to make a chart that when i choose invoce it will present all the sales fore that customer as if i choose customer and not invoc

i have trysd set that ignores invoice but it doesnt work

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

Perhaps this?

sum({<Invoice=,Customer=P()>} Sales)

View solution in original post

5 Replies
Not applicable

Hi ester_pr,

Not quite sure of your problem:  is your chart currently displaying customer on one axis, and invoice value on another?  Do you then want to display customers and sales (changing the expression: invoice value to sales value)?

or

is your chart by "Invoice Number" (and sales/invoices) and you want the dimension to change from "Invoice Number" to "Customer" ?

Can you post an example QV doc of your problem, and then I can have a play...?

Kind regards,

Rich

ester_pr
Partner - Creator
Partner - Creator
Author

My chart displays, sum(sales) By month, the user is choosing in a list box -invoice number ,the chart sould display

all sales for the customer of that invoice in that month and prior

Kind regards,

Ester

johnw
Champion III
Champion III

Perhaps this?

sum({<Invoice=,Customer=P()>} Sales)

ester_pr
Partner - Creator
Partner - Creator
Author

Hi,

it sums all the Customers, I need only the Customer of the invoice

regards,

Ester

ester_pr
Partner - Creator
Partner - Creator
Author

My mistake it does work

Thank you!!

Ester