Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
therdpong
Contributor II
Contributor II

Set Analysis can't count (Qlik Sense3.2.3)

Count({

  <ProjectType={'Condo'}>

} RowID)

2017-04-27_13-33-18.png

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Without seeing your data, here is a guess. Perhaps the ProjectType field has spaces on the right.

View solution in original post

2 Replies
m_woolf
Master II
Master II

Without seeing your data, here is a guess. Perhaps the ProjectType field has spaces on the right.

therdpong
Contributor II
Contributor II
Author

Thank you so much Sir.

I found spaces on ProjectType. and use trim in set analysis count right now.