on 2012 Apr 19 1:49 AM
Deski Formula :
=Count(<Name(Parameters)>) Where (<Not NULL Variable> = 0)+NumberOfRows(DataProvider(<Value(Long Memo)>))
In Deski ,For this formula iam getting a correct count ex: as there are 2 entries so iam getting count result as 2 .
where as in Webi :
=Count([Parameters].[Name]) Where ([Not NULL Variable] = 0)+NumberOfRows(DataProvider([Long Memo].[Value]))
it is displaying count as 0 .instead of 2 .
Please let me know what need to be done.
Hi Vidya,
Have you tried splitting the formula to understand which component is not returning the right result?
I would create a couple cells with the following formulae:
=NumberOfRows(DataProvider([Long Memo].[Value]))
=Count([Parameters].[Name])
and see if they returns the expected counts to begin with.
Your syntax seems to be valid, although perhaps try with a different object than [LongMemo].[value] to return the name of the dataprovider.
You can also try hard coding the dataprovider name directly as a test: NumberOfRows([my dataprovider])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.