Re: Hide or delete records in my cube

Tech-Archive recommends: Fix windows errors by optimizing your registry



Can be a solution if Totals are not a problem for you, remember that permisions allow you to hide data, but in the May total, this data will appear.




"Diego (Atos)" <didorola@xxxxxxxxx> wrote in message news:26fb4d92-b764-4915-827e-f16493b675ff@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

SCOPE( [Fund_code].&[100],[Time].[TimeHierachiey].date.&[20080510])
[Measures].[YourMeasureHere], *);
/* This expression sets the value of the Amount measure */
THIS = 0 ; /* I'd never try THIS =null */
END SCOPE;

Miguel Egea


Thanks a lot Miguel, I'll try this solution.

If i set "Cell Data permission", in your opinion, can I solve my
problem?

.