Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I WANT LOAD 22 FIELDS TO STRIGHT TABLE PLS TELL ME SHORTCUT BECAUSE IT IS TALKING MUCH TIME PLS
thanks in advance
You can create Group or Drill Down group for that and use this group in the straight table. But at a time you can visualize only on dimension.
Or in expression use SET analysis expression which will perform much faster.
i want generate report with that fields based on my selections yar ... pls help me
how to write set analysis expression for that
Ok I suggest go for adhoc reports from that you can add many fields and customize your report and take the excel report output also. You can find the adhoc reports in the sample if you use QV version 11.20 you have a sample file like Whats New in Qlikview11.qvw. And refer the Reports sheet for this.
Adding 22 dimensions to a straight table sounds like a very bad idea. QlikView must then evaluate all combinations of all distinct values, which will be a huge number and of course will take time. As a rule of thumb, you should avoid charts with more than 4 dimensions - and even that may sometimes be too many.
What you could do, is to use a field with a very fine grain as dimension, i.e. a field that has many distinct values and that "determines" the value of other fields. One example could be OrderLineID. Then you add the other fields as expressions: Only(Product), Only(Customer), etc. This way you could have many columns in a straight table, and still have it fast.
But 22 columns is still not meaningful - The user will not have any overview and will not learn anything from data. So, I think you should reconsider and put the 22 fields in different objects, probably even on different sheets.
HIC