Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi sunindia,
I have a requirement in my project. It would be really great if you could help me with this. I have multiple files and each file contains sales information for three products A, B, C. And I need to aggregate the sales information monthly, quarterly and annually based on file selction which a user would do, for that UI should have a list box containing file names
The sales should be shown in a straight table.
Say when a user selects May 2015 the sales information from May file should be aggregated monthly, quarterly and annually.
Hope this makes sense.
A sample code is greatly appreciated.
Thanks for all the help in the past and for this in advance. Your help means a lot.
Regards,
Roy.
Not entirely sure how you are calculating QTD and YTD, but MTD is working. Check it out and explain a little more about QTD and YTD
Check this link out, this had a very similar requirement:
Not entirely sure how you are calculating QTD and YTD, but MTD is working. Check it out and explain a little more about QTD and YTD
Thanks Sunny. My requirement is slightly different but I could resolve it based on your qvw.