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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gladi-cz
Creator
Creator

Dimensions with same values

  Hello Qlik Sense community,

i have some trouble with this file:

ProjectSupport (Sources)
SCMITEngPMOLeanSecurityOPS/SDOther
Project AHL M
Project B H M M
Project CM H H H
Project D L L M
Project EHL L

There are more dimensions (SCM, IT, ENG, PMO, LEAN, SECURITY,...) with same values (H,M,L).

I would like to get something like this (column project not important for this chart):

Information about priority H, L, M for single departmants.

Capture.PNG

There is problem with dimension... In this example i picked up dimension IT and measures:

Count (IT)

Count(SCM)

Count(Lean)

There are correct results only for Count (IT).

Do you have any idea? I dont know,how  i get correct results.

Thanks, for reply.

1 Solution

Accepted Solutions
gladi-cz
Creator
Creator
Author

My problem was solved by command CROSSTABLE in script.

View solution in original post

3 Replies
oknotsen
Master III
Master III

Could you supply us with a data model and some example data?

Count() will sometimes give the wrong result if you are not using "distinct" in there.

May you live in interesting times!
gladi-cz
Creator
Creator
Author

Thanks for reaction.

It's only 1 xlsx file, so data model isnt important.

For example file contains this data:

ProjectSupport (Sources)
SCMITEngPMOLeanSecurityOPS/SDOther
Project AHLM
Project BHMM
Project CMHHH
Project DLLM
Project EHLL


gladi-cz
Creator
Creator
Author

My problem was solved by command CROSSTABLE in script.