ViewExtractSkipRuleValuesSet Problem
Posted: Fri Oct 31, 2008 3:36 am
Hi All,
Since upgrading to 9.1 SR3 from 8 I have seen a problem at a few different clients where ViewExtractSkipRuleValuesSet doesn't seem to work anymore. In a typical scenario we would build a view in TI and zero it out with ViewZeroOut before uploading data into it. Now we get the error "Error: ... Cell is not writeable". I've tried ViewExtractSkipRuleValuesSet, the older ViewSetSkipRuleValues and also going into the Export as ASCII window and checking the Skip Rule Calculated Values box. Yes I did have '1' for my flag.
None of these work. I have a workaround - using the view as a datasource and writing 0's with an IFCELLISUPDATEABLE test first, but this causes some processes to have to be split into two.
To simplify the TI as much as possible (to isolate where the error is) I built an N-level view (including some rule calculated cells) in the cube viewer and created a TI with just 2 lines in the prolog:
ViewExtractSkipRuleValuesSet ('ca_data', 'zero', 1);
ViewZeroOut ('ca_data','zero');
I still get this error.
I would be surprised if nobody else has come across this as I can repeat it so easily, but a quick search on the forum didn't show anything. Does anyone have any knowledge/ideas on this?
Thanks
Since upgrading to 9.1 SR3 from 8 I have seen a problem at a few different clients where ViewExtractSkipRuleValuesSet doesn't seem to work anymore. In a typical scenario we would build a view in TI and zero it out with ViewZeroOut before uploading data into it. Now we get the error "Error: ... Cell is not writeable". I've tried ViewExtractSkipRuleValuesSet, the older ViewSetSkipRuleValues and also going into the Export as ASCII window and checking the Skip Rule Calculated Values box. Yes I did have '1' for my flag.
None of these work. I have a workaround - using the view as a datasource and writing 0's with an IFCELLISUPDATEABLE test first, but this causes some processes to have to be split into two.
To simplify the TI as much as possible (to isolate where the error is) I built an N-level view (including some rule calculated cells) in the cube viewer and created a TI with just 2 lines in the prolog:
ViewExtractSkipRuleValuesSet ('ca_data', 'zero', 1);
ViewZeroOut ('ca_data','zero');
I still get this error.
I would be surprised if nobody else has come across this as I can repeat it so easily, but a quick search on the forum didn't show anything. Does anyone have any knowledge/ideas on this?
Thanks