For example, I want to generalize a specific string element in a dimension, to avoid errors I created 1 cube that removes certain dimensions from the elements I'm gonna put it.
This is the rule I wrote to transfer the data from the source cube to the destination cube
Code: Select all
['Lead #'] = S: IF(['Quantity']<>0, DB('general_so_setting',!base_sales_personnel,!base_so_number,'Lead #'),STET);
['Invoice #'] = S: IF(['Quantity']<>0, DB('general_so_setting',!base_sales_personnel,!base_so_number,'Invoice #'),STET);