Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear, All
Good Morning!
Today morning I was trying to freeze the straight table values.
I Succeeded to freeze one expression, but I got stuck on other.
So can anyone help me in fixing the other problem?
Thanks in Advance
Try this?
=Num(Count({1<Comments = {"Duplicate"}>} Comments), '##,##,###')
Looks like you have some values? What are you going to have instead 0's ??
Yes, Anil
You are right; Straight table has values. However, as I selected oct month, so it is reflecting oct month value, but i want values for all the months.
It should n't have any link with selection of months.
As an example, I did for the first expression.
Try this?
=Num(Count({1<Comments = {"Duplicate"}>} Comments), '##,##,###')
Try this way also
=Num(Count( {1} {<Comments = {"Duplicate"}>} Comments), '##,##,###')
Thanks, Chouhan
But this expression is not working.