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: 
Not applicable

It's a difficult problem for me !!!!!!!!!!!!!!!!!!!

Hi friends! This is my first time in Qlikview Forum, so I am glad of being in the Qlikview family. I have a question as below:
I have a table of Sales as following:
Branch date Sales NO_OF_New_Customers
1 1/1/10 100,000 2
1 1/2/10 120,000 3
2 1/1/10 200,000 4
2 1/2/10 150,000 1
I want to have a pivot table that shows the total sales of a branch from the begining to a specific date (the date can be selected by user from a list box), but the number of new customers of that specific date (No Sum) like this:
Branch date Sales NO_OF_New_Customers
1 1/2/10 220,000 3
2 1/2/10 350,000 1
How can I have this Repot?
Thank you very much in advanced.

1 Solution

Accepted Solutions
Not applicable
Author

you make pivot table

take pivot chat

dimension

Branch and date.

Expression

sum(Sales) and sum(NO_OF_New_Customers).

Regards

Ashish

View solution in original post

13 Replies
Not applicable
Author

you make pivot table

take pivot chat

dimension

Branch and date.

Expression

sum(Sales) and sum(NO_OF_New_Customers).

Regards

Ashish

Not applicable
Author

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1122.example.rar:550:0]

Hope this will help you.

Regards

Not applicable
Author

No

I want sum of Sales but the NoOf_new_customer of the selected date not the sum.

Not applicable
Author

Non of your sugestions are correct

Miguel_Angel_Baeyens

Then use "NoOf_new_customer" as expression, in case just one value is possible.

Not applicable
Author

You mean I can not have this report in Qlikview?????????

Not applicable
Author

Is that what you want to do?

Not applicable
Author

Its not correct.

when I click the date, I want to have sum of sales from the begining not only the sum of the selected date.

Not applicable
Author

Hope this solves your problem.....!