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: 
lakshman1031
Contributor III
Contributor III

Static measure value count in table

Hi Team,

I have a table like 

ID  Sum(Width) Sum(Volum) Value

total    135  105   5

101  10   10       1

102  20   20      1

103   30   25     1

104   35    40   1

105   40    10   1

 

Value field is measure taken value is one.

Value column total shows 5 but showing 1 value.

Thanks Advance.

Ram

Labels (3)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

Try this 

Sum(1)

Or

 

Count(ID)

 

View solution in original post

1 Reply
Chanty4u
MVP
MVP

Try this 

Sum(1)

Or

 

Count(ID)