locked
How to create a table? newbie question RRS feed

  • Question

  • User-1251172648 posted

    Hi,

    Could someone help me figure out how to create this sort of table? I tried using Matrix and Table option but can't find a way to do it.

    So for specific account, I want to have my Year under Columns, so 2008, 2009, etc

    and I want my Revenue, Expenses, Marketing under rows.

    Something like:

    Account #1
      2008 2009 2010 2011 2012
    Revenue          
    Expenses          
    Marketing          

    Wednesday, April 2, 2014 12:39 AM

Answers

  • User1975998971 posted

    If this is for SSRS, you do use the table element but you will have to set a dataset in the Tablix properties.  From there you can fill in the table with what you need for years which will be a column grouping for the years and you can either hard code the three types under the rows and just sum up what you want in the middle.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, April 4, 2014 3:47 PM

All replies

  • User364480375 posted

    refer this:

    http://www.w3schools.com/sql/sql_create_table.asp

    Friday, April 4, 2014 12:52 PM
  • User1975998971 posted

    If this is for SSRS, you do use the table element but you will have to set a dataset in the Tablix properties.  From there you can fill in the table with what you need for years which will be a column grouping for the years and you can either hard code the three types under the rows and just sum up what you want in the middle.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, April 4, 2014 3:47 PM