Hi Friends
I have a complex query requirement.
Format of the Data should be like below
Material | Month Of Install | Month | Difference |
M1 | January-14 | January-14 | 0 |
M1 | January-14 | February-14 | 1 |
M1 | January-14 | March-14 | 2 |
M1 | January-14 | April-14 | 3 |
M1 | January-14 | May-14 | 4 |
M1 | January-14 | June-14 | 5 |
M1 | January-14 | July-14 | 6 |
M1 | January-14 | August-14 | 7 |
M1 | January-14 | September-14 | 8 |
M1 | January-14 | October-14 | 9 |
M2 | March-14 | March-14 | 0 |
M2 | March-14 | April-14 | 1 |
M2 | March-14 | May-14 | 2 |
M2 | March-14 | June-14 | 3 |
M2 | March-14 | July-14 | 4 |
M2 | March-14 | August-14 | 5 |
M2 | March-14 | September-14 | 6 |
M2 | March-14 | October-14 | 7 |
Here, I have Month of Install. Now , the month column would be dynamic . It would have a range from Installation Month to the Current Month. Accordingly, I need to have the difference between each month and the installation month.
Can any one tell me how this can be achieved in BEx or may be in Web Intelligence ?
Cheers
Anindya