It's clearer now. Always helps with an example. But what exactly have you tried so far? Did you get the report to show the monthly columns ok? If yes, then you just need to add two more columns. Either "all the way" from NAV (which would give you captions etc.) - or directly in RDLC (Visual Studio). It depends on which "environment" you fell more comfortable with. In NAV that could be done by adding two global variables and then calculate oct/sep in the first and sep/aug. Do the assignment of the vars in the item data item and add them to the dataset. In RLDC you then need to add the columns to the same table as your monthly values and then the vars to new columns.
↧