Forum Discussion

FilipeSantos_pt's avatar
5 years ago
Solved

Disappearing values after Unpivot Table

Hello, 

I am trying to do the following Unpivot:
I select column A (Supplier) and B (Doc Number) and I select Unpivot other columns.

So the final result is Supplier, Doc Number, Invoice Type and Value. However, when I do this the first, for example, 600 rows referring to column B (Doc Number) disappears. Can anyone help this newbie to understant what I am doing wrong? Thank you.

 A                 B                        C                  D                   E                     F                 G
Supplier        Doc Number  Invoice Tran  Invoice Ins    Invoice DT   Invoice FRG   Invoice AT

Sup1RS/2112B13B12B14Bnull
Sup1RS/22nullnull20Cnullnull
Sup2XPTO/1BG-12BG-1BG-13BG-14BG-15
Sup2XPTO/1CP-13CP-14CP-15CP-16CP-17
  • FilipeSantos_pt ,

     

    You need to replace the null with some value that can be replaced to null later.

    When you unpivot null values, it is removed from the dataset.

2 Replies

  • camargos88's avatar
    camargos88
    Community Champion

    FilipeSantos_pt ,

     

    You need to replace the null with some value that can be replaced to null later.

    When you unpivot null values, it is removed from the dataset.

    • FilipeSantos_pt's avatar
      FilipeSantos_pt
      Helper I

      Thank you. 

      I had to add a Dummy column with values for the lines that a had new Doc Number but have yet to receive invoices not to disappear