Hello experts,
I have dimension ORIGIN and dimension DESTINATION. In both of dimensions I have a property named ZONE which indicates de type of ORIGIN/DESTINATION it is. The posible values of this property are C (internal flights) I (international flights) R (regional flights).
We have a report that shows just international and regional flights wich are flights that:
Are going from the base country to outside country: ORIGIN=C and DESTINATION= I or R
Are coming from an outside country to the base country: ORIGIN=I or R and DESTINATION= C
To do this we are creating a local member named REG_INT that is FALSE if both of ORIGIN AND DESTINATION members are C, and then we have a VBA code to hide the rows that are FALSE.
With this workaround we are having some troubles because when users paste values in this input schedule the values are pasted in the hidden rows, so we are trying to find a better way to filter this.
Any ideas?
I am sending a picture of report.
Thanks,
Nadine