I have a requirement to pick up the records in WEBI, where the amount value is last updated and display the amount. I eliminated the null records and then could get the data in the following format.
Dealer | Date | Amount |
---|---|---|
D1 | 01.01.2014 | 100 |
D1 | 10.03.2014 | 200 |
D1 | 15.05.2014 | 300 |
Based on the Maxdate() function, I could get the maximum date record, however, If I drag the amount in the report it´s showing 600 instead of 300.
I tried the context functions but no use. And the Amount´s aggregate property is projected as 'None' in the universe. Is there anyway to get the desired output by making changes in the WEBI itself rather than in the universe.