How can i dynamically add attribute dimension member to side label? I
tried following code it's giving me an error?
Console.Writeln("Start")
OQPath = ActiveDocument.Sections["OLAPQ: Main"]
Console.Writeln("Step1")
OQPath.SideLabels.Add("Gen2,Org Unit Desig")
Console.Writeln("Step2")
OQPath.SideLabels['Gen2,Org Unit Desig'].AddFilterValue
("HVSB",bqOperatorEqual)
Console.Writeln("Step3")
OQPath.Process()
Thanks in advance
I appreciate your help.