Code: Select all
#ViewCreate('cbsMMRTrialBalance','dynView') ;
#ViewSubsetAssign('cbsMMRTrialBalance','dynView', 'dimChartOfAccounts', 'TrialBalanceAll');
#ViewSubsetAssign('cbsMMRTrialBalance','dynView', 'dimChartOfAccounts', 'All');
#ViewSubsetAssign('cbsMMRTrialBalance','dynView', 'dimChartOfAccounts', 'dimChartOfAccounts');
ViewSubsetAssign('cbsMMRTrialBalance','dynView', 'dimChartOfAccounts', '');
I tried this by using the most obvious arguments but all got the message
Error: Prolog procedure line (10): Subset not found in dimension
I suppose the answer could be to dynamically create the view and dispose of it once finished but I would like some way to return my view to a pristine condition since even the hidden view designer in the view datasource in TI can't achieve this!
As always any suggestions acknowledged and appreciated.