Profile Picture

User empty rows as 0 value.

Posted By AlexK 13 Years Ago
Author
Message
AlexK
Posted 13 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)Forum Newbie (8 reputation)

Group: Forum Members
Last Active: 13 Years Ago
Posts: 8, Visits: 1

Hello,

I have the following data model in a List:

TitleValue [%]
A20
B
C30
A

Now I want to show the average value and use the empty values as 0-value. For example the AVG(Fields!Title) should be 

10 for A (=(20+0) / 2)
0 for B
30 for C

how can I bring it to work?

Regards,

Alexk



Nevron Support
Posted 13 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746

Hello AlexK,
In order to achieve your requirement, you can do the following:
- In the Pivot >> Data Groupings >> Categories >> General, group by "Title": =Fields!Title
- In the Pivot >> Values >> General >> Data, use the following expression in the Value field: =SUM(Fields!Value) / Fields![RowCount]

Hopefully this helps.



Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic