Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I am RaviKumar
How to create a new dimension for the qlikview file
Hi Ravi,
You might want to take a look at the free training available online and get a hang of the basic QlikView functionality from there:
Yes, as Johannes said, you might need a basic training (your questions say so). take an online training or go with the Reference manual(pdf) available in the documentation folder after you install Qlikview.
Regards, tresesco
hi Ravi,
while loading the script you can add n no of dimensions. like
load
sum(A) as dimension_A
in this way a new dimension-A is created into your application.
HTH