Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

selection and dimension

Hello,

I am new to qlikview ,while reading the documentaion on set analysis I am confused what is the difference between a selection and dimension

in the below context:

sum({1} Sales) 

Returns total sales within the application, "disregarding selections but not

the dimension."

Thanks for patience.

4 Replies
Not applicable
Author

hi

actually dimension means, on which basis you perfor the calculation.

and selection means on the selection do this work.

example

If I've understood what you want, you do it like this:

sum(total Sales)

The "total" keyword tells QlikView to disregard all dimension values.  If you need to include some but not all of the dimensions, you list the dimensions you want to include:

sum(total <Year, Customer> Sales)

er_mohit
Master II
Master II

in set analysis 1 means selection based on all

and you shuld try $ sign instead of 1..

then your answer must be based on selection

hope it helps

Not applicable
Author

Hi,

We have expression  and dimension in chart ryt?

Dimension like  EmpName

                         EmpNO

Expression like Sum({1}Salary)

Here we have list box Called EmpName,EmpNO, So If we Select any one data from these List box data are reflected to the Chart. Because these two are dimension of the chart

And we have department listbox(Selection), So if we Select any one data from that List box data are not reflected to the chart. because this is a just selection box. if it may be a dimension of chart the Data will reflect.

I hope, it helps U...

Regards,

Kabilan K

er_mohit
Master II
Master II

you shuld have to mark it either correct or helpful answer so that it might be helpful for others developers...