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

Igroring Dimention


Hi!

I'm trying to create a line graph with one dimension (a cycle of date- year-> Qtr->month->week).

I wan't to count ID's ignoring date- but the count should be affected from all other selections on sheet.

any help? I know if I will use {1} the qlikview will ignore both dimentions and selections and it's not what I need.

Thank you

Labels (1)
4 Replies
tresB
Champion III
Champion III

Have you tried like:

Count({<Date=>} ID)

?

Not applicable
Author

yes I tried.. the dimension is a cycle so it should be:

Count(distinct {<year=,qtr=, month=, week= >} ID) but it dosen't do the work. it still doesn't ignore the dimention..

tresB
Champion III
Champion III

Could you please post a sample that demonstrates the issue?

Not applicable
Author

Hi,

I attached an example.

Instead of the expression in the chart I wan't to do something like this:

(a)/(b)

when

a= sum(money) as I wrote in the example

b= count(distinct Id's) when it is ignoring date1 (one of the diemenntions in the chart), not ignoring status (the other dimention) and it is Influenced from the date field in te sheet.

thanx!