Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement where I want to count the number of items that are newly added . I need to compare the items with that of previous Month
Month -Year | ItemName | ItemNo |
Jan-15 | AAA | 1 |
Jan-15 | BBB | 2 |
Jan-15 | CCC | 3 |
Feb-15 | AAA | 1 |
Feb-15 | BBB | 2 |
Feb-15 | DDD | 4 |
Mar-15 | BBB | 2 |
Mar-15 | DDD | 4 |
Mar-15 | EEE | 5 |
Mar-15 | CCC | 3 |
I want to show in straight table as below
Month-Year | NewlyAddedItems |
Jan-15 | 0 |
Feb-15 | 1 |
Mar-15 | 2 |
I need to do this in Chart level without changing in the script. How this could be done in chart?
Help on this ..
Thanks,
Kavya
may be lik ids?
i want to display like this in the above example
NewlyAddedItems will be defined as any ItemNo which is a ItemNo in the current month and not a ItemNo on the previous month