dbTalk Databases Forums  

members and properties: can I access them via ASP with symbolic name instead of a number ?

comp.databases.olap comp.databases.olap


Discuss members and properties: can I access them via ASP with symbolic name instead of a number ? in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alberto
 
Posts: n/a

Default members and properties: can I access them via ASP with symbolic name instead of a number ? - 07-19-2004 , 04:57 AM






I'm getting custom properties values from a cube via asp.

I do something like

rs_type=cl.axes(1).positions(current_line).members (0).properties(2)

but I would like to do this:

rs_type=cl.axes(1).positions(current_line).members (0).properties("type")

which is much more readable.

"type" is the correct name of the dimensions. Maybe I need to write some prefix ?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.