• fstop (6/13/2014)


    I have a Tablix table of fixed columns that is pulling from a stored procedure. I have added a text field (varchar) as the last column of the stored proc. If this text column is not null, I want to insert a row after the Tablix has written out the row the text column resides in.

    Here is an example:

    The row that starts with "PFT" is the row that I want to add after the row dated 5/2/2003, as it pertains to that row. Is this even possible?

    For this, you will need 2 detail rows. For the second row (the row that will contain the "PFT" string), you need to do the following:

    - merge all of the cells so that they whole row is a single cell

    - make the visibility of the row conditional depending on whether you have a value to show, or not.