Hi ,
PLEASE I NEED HELP URGENCY
I have a cube which are processing , and I want to add a measure by programming ( VB.net ) I used this
dsomesure=dsocube.addnew("azerty")
dsomesure.sourcecolumn = dsocube.sourcetable & "." & sLQuote & "fait_table_aa" & sRSuote
dsomesure.sourcecolumntype=ADODB.DataTypeEnum.asDouble
dsomesure.formatString="Currency"
dsocube.update
All are Correct but where I would make dsocube.process I have an ERROR and the Cube becomes not process
PLEASE I NEED HELP URGENCY
I have a cube which are processing , and I want to add a measure by programming ( VB.net ) I used this
dsomesure=dsocube.addnew("azerty")
dsomesure.sourcecolumn = dsocube.sourcetable & "." & sLQuote & "fait_table_aa" & sRSuote
dsomesure.sourcecolumntype=ADODB.DataTypeEnum.asDouble
dsomesure.formatString="Currency"
dsocube.update
All are Correct but where I would make dsocube.process I have an ERROR and the Cube becomes not process