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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.