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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Indicator: Dimension exclueded on expression

Hello everyone,

How to add a third dimension to this Expression? (quarther for example)

= Count ({= $ <Year, Month =>} ID_FIELD)

Thank you for your help.

Mouhsine

Labels (1)
1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

(I guess it's the same question I just read...)

It will be just like this:

= Count ({= $ <Year, Month = , Quarter = >} ID_FIELD)

You can add as many as you want:

= Count ({= $ <Year, Month = , Quarter = , Department = , Country = >} ID_FIELD)

Regards,

Erich

View solution in original post

1 Reply
erichshiino
Partner - Master
Partner - Master

(I guess it's the same question I just read...)

It will be just like this:

= Count ({= $ <Year, Month = , Quarter = >} ID_FIELD)

You can add as many as you want:

= Count ({= $ <Year, Month = , Quarter = , Department = , Country = >} ID_FIELD)

Regards,

Erich