Hello,
I have the three following modules:
Pick Year:
Dimensions: Product, Forecast, Time (Year)
Line Item: Select (Boolean)
Employee Sales:
Dimensions: Employee, Market, Time (Year)
Line Item: Sales (Number) - Filled with a flat Sales module (Flat Sales Module.Sales Amount[sum: Employee, sum: Market, sum: Year] (simplified)
Sales for Picked Years:
Dimensions: Employee, Market, Time (Year)
Line Item: Sales if Picked Year (Number)
My issue lies with the last line item, Sales if Picked Year. Does anyone know how I could make the selection from "Pick Year" decide whether my Sales are taken from "Employee Sales" and shown in "Sales for Picked Years".
The end goal will be to have another module where I remove Market and Time as dimensions and only aggregate the data per Product and Forecast (I'm picking an Employee for each combination of Product/Forecast in another module). The Sales for Picked Years module will be an intermediate module there.
For a similar issue I added Forecast as a dimension in the module equivalent to "Sales for Picked Years" however this takes space in the model, and I would like to avoid this (and maybe replicate a potential solution on my previous work).
Thanks a lot !