Forum Discussion

ankit2747's avatar
ankit2747
Frequent Visitor
9 years ago

Insert a blank row in matrix visualization

Hello,

 

Here is a scenrio. Any help is appreciated!!!

 

I want to insert a blank row btween my each instance of group in matrix visualization. 

 

Please refer to the below snapshot. Currently  when I use matrix, "C2" details are printed from the next line. I want the blank row as show in the screenshot just before details of "C2".

 

CategoryProductAmount
C1P11000
 P21500
 P31800
   
C2P41200
 P51300

 

 

Thanks,

Ankit

19 Replies

  • Hello,

    Add a new blank row to your category column and make sure it is ordered to be between C1 and C2. Ensure that the matrix is set to show that new category. Then right click the category field on the matrix visuals rows section and select "show items with no data."

    • lbendlin's avatar
      lbendlin
      Super User

      Now available but only for the top category

       

       

  • ankit2747's avatar
    ankit2747
    Frequent Visitor

    Hello,

     

    Here is a scenrio. Any help is appreciated!!!

     

    I want to insert a blank row btween my each instance of group in matrix visualization. 

     

    Please refer to the below snapshot. Currently  when I use matrix, "C2" details are printed from the next line. I want the blank row as show in the screenshot just before details of "C2".

     

    CategoryProductAmount
    C1P11000
     P21500
     P31800
       
    C2P41200
     P51300

     

     

    Thanks,

    Ankit

      • Anonymous's avatar
        Anonymous
        Not applicable

        If you don't need totals in this matrix you could leave totals on and format all the columns so the totals are the same color as the page background. Otherwise no I don't think there's a way to do this in a matrix visual.

    • ankit2747's avatar
      ankit2747
      Frequent Visitor

      Hello,

       

      Union is used to create a join of two tables. Are you suggesting to take a blank table?

      Can you please explain. 

       

      Thanks!!

      • Anonymous's avatar
        Anonymous
        Not applicable

        I think that suggestion was based on a misunderstanding of what you were asking for...

  • Hello ,

    Category C1 is appearing only once, in my case its appearing for each row.

    Can you please help me how to achieve it.

     

    Thanks.

  • sebouier's avatar
    sebouier
    Frequent Visitor

    Here's a workaround:

    - Choose a matrix visual

    - Add a subtotal row

    - Empty its name (usually "Total")

     

    Then, you have to modify your measure: 

    IF(HASONEVALUE([Product]),
    [Amount],
    BLANK()
    )
  • JMD22Si's avatar
    JMD22Si
    Frequent Visitor

    I just created a new measure of whatever (count of x = 1) and formatted the text and the background accordingly - quite happy with it.   FYI, I'm not totalling my rows.