Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi i have a question :
i have a table which display below data this is an example
Ref Quantity
A 4
B 4
C 4
but Qlikview display just one row in QUantity is there any tips or workarround for this case ?
A 4
B
C
As i see on screenshot you're using only listbox objects.
Try to create table object with columns:
Piece, Qte, Ref, Designation, Site
I think that this will allow you to investigate the data.
are you using a table or chart? post your expression. that may be where the issue is. if you are using aggr, add a NODISTINCT as ive seen this scenario with AGGRs
Hi.
If you load table from the example:
Sample:
load * inline [
Ref, Quantity
A, 4
B, 4
C, 4
];
Then the Table object will show you the full table of all distinct values. But the listbox objects will show:
Ref:
A
B
C
Quantity
4
As available values for selection.
i did load *inline allways the same resulst for example i uploader a screenshoot i can't know which ligne has 40 or 20
im a biguinner in qlikview
As i see on screenshot you're using only listbox objects.
Try to create table object with columns:
Piece, Qte, Ref, Designation, Site
I think that this will allow you to investigate the data.
Hi you are right the table arrange very well data thank you