Discussion Board for collaboration related to QlikView App Development.
Hi Experts,
I have a requirement as below.
Sample Date:
Custtomer | Column1 | Column2 | Column3 |
A | 1 | 0 | 0 |
B | 1 | 1 | 0 |
C | 0 | 0 | 1 |
D | 1 | 1 | 1 |
E | 1 | 1 | 0 |
F | 0 | 0 | 1 |
G | 0 | 1 | 0 |
H | 0 | 1 | 1 |
I | 1 | 0 | 1 |
J | 0 | 0 | 0 |
K | 0 | 0 | 1 |
L | 0 | 1 | 0 |
M | 0 | 1 | 1 |
N | 1 | 0 | 0 |
O | 1 | 0 | 1 |
P | 1 | 1 | 0 |
Q | 1 | 1 | 1 |
I need to show in chart like,
1.How many customers have value in only Column1 but not in Column2 and 3
2. How many customers have value in only Column2 but not in Column1 and 3
3.How many customers have value in only Column3 but not in Column1 and 2
4.How many customers have value in only Column1 and Column2 but not in 3
5.How many customers have value in only Column1 but not in Column3 but not in 2 ans so on.
6.How many customers have value in all the columns.
Could you please help in completing this requirement.
Thanks
S k
Chekc the attached
Hi Sunny,
The above solution is most helpful.
I my application I have 5 fields to be used and based on the above I have to write several combinations and more over I need to show them in either a bar Chart or any other chart.
Is there any other work around for this either in back end or Front end.
Thanks
S k
Can you share more info on the exact type of chart you are looking to build?
May be you can build expressions based on below expression
=count({<Column1 = {'1'},Column2 = {'0'},Column3 = {'0'}>}Custtomer)
Hi Sunny,
There is no specific chart requested by the user but they wanted to see the data in better visualization.
It could be any chart other than Straight table or Pivot table.
I don't think I can give any guidance as to what you can do unless I know what you want to do...
!
Hi Sunny
The below is what user is expecting.
The Blocks represents the Column1 to Column5
The colored block indicates there is a value and empty block indicates no value.
The numbers represents the customers.
For ex:
40 Customers has values in column1 and column2 only.
For a visual, you can show this may be using Grid Chart