I am still struggling with #Multivalue error. When I try to add a dimension then it throws this error.
This is what I tried.
Query 1 : ( Normal query )
Result Objects :
Year Month, State, Revenue
Filter : Sales date between
Query 2 : ( Outer join on Calender table )
Year Month, Date value, Revenue
Filter : Date value between
-----Merged Year Month from 2 queries, When I tried to add State it throws multivalue.
1) I tried creating State as details based on Year Month
2) Tried State variable with foreach or for all
but no luck