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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Group dimesion. Aggregate problem

Hi Community,

Here's the sample bar chart. This chart have 3 dimensions ( Date, Response, Role) and 1 expression: count(Response)

error loading image

This chart yield correct response count. But I want to display this bars with a single color. Or more likely I don't want to display the Roles in the dimension.

Any idea? I'm looking at aggregation function to solve this.

Thanks!

16 Replies
Not applicable
Author

Hi,

Cant you just delete Roles from the dimensions?

Br /Daniel

Not applicable
Author

Hi daniel,

Thanks for the response but I need the Role Dimension (since some user have 2 or more roles).

I'm thinking if I can use aggregation on this? group response according to roles?

Not applicable
Author

Hi Ronald,

you are here ? Wink

The question from Daniel is not so bad. Or do I understand your problem not quite clear? If its only a design problem, take a look at the colors tab and use the same color. Thats to easy, isn*t it ?

Regards

Roland

Not applicable
Author

Hi Roland and Daniel,

Here's another image I want to achieve. This chart has two dimension (date and response)

Notice the inconsistent count for each bar. This inconsistent count caused by user with multiple roles. So I put the role in the dimension and got the numbers I want. unfortunately with different presentation. If only I can group the response per role. (Honestly i can't fully understand aggregate function Tongue Tied)

Not applicable
Author

try:

=aggr ( count ( Response ) , Role )

or

Set the expression color to a fixed color, that might work also.

Not applicable
Author

Hi Jesper,

I've tried your suggestion but still not what I want to achieve.

Anyone?

Thanks

Not applicable
Author

Hi,

do you can post your qvw document?

Not applicable
Author

Hi All,

Please see attached file.

Thanks in advance!

Not applicable
Author

Hi,

remove the section access. I don't can access the document.