Hi,
I'm trying to show all months and customers in a table even if they don't have sales/amount in a month. I've tried to create a new queries with only months and no key figures and I'm able to see all months but when I try to do the same for customers the table gets filtered.
The month and customer come from the other queries, where I don't have any key figures and the amount from the main query and I also merged the dimensions.
Existing data:
Month/Customer/Amount
Jan/1/10
Feb/1/50
May/1/10
Aug/1/10
What I'm trying to accomplish:
Jan/1/10
Feb/1/50
Mar/1/0
Apr/1/0
May/1/10
Jun/1/0
Jul/1/0
Aug/1/10
Sep/1/0
Oct/1/0
Nov/1/0
Dec/1/0
And this is how I tried to do but it doesn't work.
Queries
Q1......Month/Customer/Amount
Q2......Month
Q3......Customer
Webi table
Q2.Month/Q3.Customer/Q1.Amount
The Webi version is 4.1 with a BEx query 7.3 as my source.
Regards,
Ara