I need to create picklist cube using a TI process, but after executing the code the picklist is not available and an instance restart is required to enable the picklist.
If I do the same action manually the picklist is available directly after definition.
Is there a way to enable TI created picklists directly after creation?
Some function which I missing in my code?
Code: Select all
sCube = '}PickList_SomeCube';
sValue = 'Static:Opt1:Opt2:Opt3';
CubeCreate(sCube, 'A', 'B', '}PickList');
CellPutS(sValue, sCube, 'Elem1', 'Elem2', 'Value');
Best Regards
Tomasz Brzoza