Matrix Report

  • How to display all month name in matrix report.

    i add row group with Month name in matrix ..

    The month name not dispalyed even if no data's are there for the month..

    how to display the month......... please any one give suggestion for this

    thanks in advance

  • Make sure your dataset shows a result for all months, even if the result is zero.

  • Also make sure to have the month number in the dataset so you can sort by that column.

  • thanks for your reply... There is no record for the month(eg :March has no record) means how to display the month in matrix report

  • thanks for your reply... There is no record for the month(eg :March has no record) means how to display the month in matrix report

  • You need a calendar table.

    The final query should be select from calendar left join (dataset)

    That will make sure you get all the dates available.

  • Thanks For your Reply.....

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply