Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pivot Table: Show Description instead Name

Hello,

I am using a PivotTable control (Excel.PivotTable). Do you know if
PivotTable control has a property to show the attributes' description and
dimension's Description in the cube instead its Name in the Field List
window???

I hope somebody can help me.

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Pivot Table: Show Description instead Name

Hi Daniel,

Try something like:

'=============
Public Sub Tester()
With Range("A1")
.NumberFormat = "#,##0.00"
.Value = .Value
End With
End Sub
'<<=============


---
Regards,
Norman



"Daniel Deaquino" <Daniel wrote in
message ...
Hello,

I am using a PivotTable control (Excel.PivotTable). Do you know if
PivotTable control has a property to show the attributes' description and
dimension's Description in the cube instead its Name in the Field List
window???

I hope somebody can help me.

Thank you



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Pivot Table: Show Description instead Name

Hello Norman,

The text that is displayed in the cells is right. That I need is to change
the Names that are displayed in the tree in "Field List" window. In this way
the user who generate the report would have names friendlier.

Thanks for answer :)

"Norman Jones" wrote:

Hi Daniel,

Try something like:

'=============
Public Sub Tester()
With Range("A1")
.NumberFormat = "#,##0.00"
.Value = .Value
End With
End Sub
'<<=============


---
Regards,
Norman



"Daniel Deaquino" <Daniel wrote in
message ...
Hello,

I am using a PivotTable control (Excel.PivotTable). Do you know if
PivotTable control has a property to show the attributes' description and
dimension's Description in the cube instead its Name in the Field List
window???

I hope somebody can help me.

Thank you




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Pivot Table: Show Description instead Name

Hi Daniel,

Please forgive me - my reply was intended as a response to the
chronologically adjacent thread: 'Text currency to number'!


---
Regards,
Norman


"Daniel Deaquino" wrote in
message ...
Hello Norman,

The text that is displayed in the cells is right. That I need is to change
the Names that are displayed in the tree in "Field List" window. In this
way
the user who generate the report would have names friendlier.

Thanks for answer :)



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Pivot Table: Show Description instead Name

Hi Daniel,

Please ignore my response, which was intended as the
reply to another thread!



---
Regards,
Norman




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to show description for an OLAP attribute in a pivot table? Tomas Excel Discussion (Misc queries) 0 January 9th 09 09:40 AM
Adding columns in Pivot Table having coomon description sayvari Excel Worksheet Functions 1 April 13th 06 02:43 PM
Adding columns in Pivot Table having common description sayvari Excel Worksheet Functions 2 April 12th 06 08:56 PM
Show values only in a pivot table ymze Excel Programming 3 September 7th 05 02:01 PM
show only > 9 in a pivot table jenn Excel Worksheet Functions 1 December 7th 04 09:11 PM


All times are GMT +1. The time now is 03:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"