Dear all,
I have a web report based on an information map. And the information map is based on the OLAP cube.
It stores the sales record of my company's sales by production month, sale name
I need to add some logic that only select the record from the sales that still working in our company (and we have a termination date to identify whether he still working or not).
So, I assume I created a new calculated member to show the sale still working in our company (by checking the max(month) and the termination date).
But how can I filter the history sale records which only come from these sales?