Hello, I am currently returning the date from an Cube Dimension into an OWC Pivot Table as such:
2008-01-30 00:00:00
I have been researching how to apply a short date format (mm/dd/yyyy) on the web page as such:
RowAxis.InsertFieldSet(FieldSets("Request Open Date")).NumberFormat = "Short Date";
But this does not work, and the cube dimension was set-up in such a way as I cannot create a calculated member for this. This field needs to be on the RowAxis only anyway.
Could someone please suggest an alternative or something I haven't discovered that would enable me to apply the short date format to this field in the pivot table? I am stumped at this point.
Thanks in advance,
Dennis
2008-01-30 00:00:00
I have been researching how to apply a short date format (mm/dd/yyyy) on the web page as such:
RowAxis.InsertFieldSet(FieldSets("Request Open Date")).NumberFormat = "Short Date";
But this does not work, and the cube dimension was set-up in such a way as I cannot create a calculated member for this. This field needs to be on the RowAxis only anyway.
Could someone please suggest an alternative or something I haven't discovered that would enable me to apply the short date format to this field in the pivot table? I am stumped at this point.
Thanks in advance,
Dennis