Hi,
First of all I am sorry to raise this issue because it seems similar to many issues in this forum. But I was not able to get correct answer from any of those that's why finally I have to raise it as new discussion.
I have a data provider from excel where I have
and another data provider from Bex query.
"Material" in excel and "Material SAP" in bex are showing Material Number and bex is having "Spend" key figure.
Our requirement is to get Bex and Excel dimension wise Spend value where Material of Excel matches Material of Bex.
We need to keep that data in report where Material of Excel = Material of Bex.
Show:
Fiscal year wise Spend
Fiscal Period wise Spend
Application wise Spend
Technology wise Spend
I have created one variable called "Map" which is
Map
= if([Excel].[Material] = [Bex].Material SAP];1;0)
and placed a filter on report, Map = 1 but when i try to see Fiscal year or fiscal period wise spend then it shows spend value of all Material instead it should show only those material spend where Map condition is fulfilled.
But as I put Map field in between the table view the it start showing correct values.
I want that anyhow we get correct Spend amount without putting "Map" variable in between. Same kind of behavior we are getting with Excel's field wise Spend value.
Thanks,
Ankit