Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ignore 1 dimension in the set analysis??

I have 2 dimensions: MainConfig and Config

With the expressions I have ope of the expressions which should show a precentage over the sum of the MainConfig, which means I want to ignore the Config dimention.

Is it possible to ignore only 1 of the dimensions??

I know that sum({1} total value) ignores all dimensions but that exactly not what I need.

any suggestions?

Anita

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Found the solution!!!!

sum( total <MainConfig> value)

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Found the solution!!!!

sum( total <MainConfig> value)

Not applicable
Author

Anita

Thanks for posting your solution. I had a very similar problem where I needed to ignore a dimension in a pivot chart, and your post put me on the correct track to solve something that has been bugging me for a while!

Regards

Adrian

pljsoftware
Creator III
Creator III

Hi,

to ignore a filed in a set analysis you must to write this

sum({1<Field= >} Quantity)

Ignore field is permitted from simbol =

Total doing a group by a field.