Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does Qlikview have fuction simialr to Exce TEXT().
I need to Count a number for chart but being the second part and not taking this into calculations
Like
5000(1)
Where the number in brackets is COUNT.
do you want something like:
=sum(FIELD) & '(' & count(FIELD) & ')'
this will give something like:
5000(1)
Hope this helps!
Can you explain with an example and what is mean for the word in brackets, elaborate more.
5000(1)
hi,
Try with the Range sum and Above function to get the count:
Something like this:
RangeSum(Above(count,1,1))
Here is an example:
=sum(Sales) & '(' & count(Person) & ')'
And a dashboard attached.
Hope this helps
Try with the Dual function:
=dual(Sum(Sales) & '(' & count(Person) & ')')
,
Sum(Sales))
See my response to your other question - http://community.qlik.com/thread/121844