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'm aware of string formatting like Response.Write("<br />2 = " & FormatDateTime(Date, 2)), but this doesn't work for the pivot table fields. In any case, I am stumped at this point and would really appreciate some help.
Sorry for the crosspost, I felt that I should have posted this here to begin with and not the ASP forum.
Thanks in advance,
Dennis
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'm aware of string formatting like Response.Write("<br />2 = " & FormatDateTime(Date, 2)), but this doesn't work for the pivot table fields. In any case, I am stumped at this point and would really appreciate some help.
Sorry for the crosspost, I felt that I should have posted this here to begin with and not the ASP forum.
Thanks in advance,
Dennis