
Anonymous
Not applicable
2012-03-06
08:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
numbers in pivot table
Hello,
I have this pivot table and I have a dimension called "Codigo Solicitante", now I want to coutn ALL this rows, but in a new colum assign a number:
Codigo Solicitante Number
174903284 1
121497643 2
. .
. .
And so on... and at the end the TOTAL row.
How can I do that
989 Views
1 Solution
Accepted Solutions

.png)
Luminary Alumni
2012-03-06
08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Juan, go to the pivot table, on the expression put "=RowNo()"
565 Views
3 Replies

Partner Ambassador/MVP
2012-03-06
08:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Use rowno() in expression
Regards,
Kaushik Solanki
Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!


MVP
2012-03-06
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this
if(dimensionality()=0,count(distinct [Codigo Solicitante]), rowno() )

.png)
Luminary Alumni
2012-03-06
08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Juan, go to the pivot table, on the expression put "=RowNo()"
566 Views
