My mistake: Format_string is a cell property not a member property. If you lookup "Intrinsic Properties" and then choose "Intrinsic Cell Properites" in books online, you'll get a list of the built in cell properties including format string.
Hope this helps,
- Matt Carroll
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Vincent" <vincent41 (AT) msn (DOT) com> wrote
matt,
i'm trying now to get the format string property with the oledb properties schema rowset. i can't seem to get the restriction columns right. is it possible to get the value this way. if yes, could you maybe point me to an example of the correct syntax.
thanks,
vincent
Quote:
Matt Carroll [MS]<MattCar (AT) online (DOT) microsoft.com> 7/7/2003 11:20:39 AM |
If you request the FORMAT_STRING member property in the query, then you can access this property in the Properties collection on the ADOMD Member object.
- Matt Carroll
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Vincent" <vincent41 (AT) msn (DOT) com> wrote
how can i get to the "display format" property of a measure from adomd ?
thanks,
vincent