Forum Discussion

bkoenen's avatar
bkoenen
Icon for Helper I rankHelper I
7 years ago
Solved

Create multiple colums from text values in one colum

Hello,

 

I have a table with articles, the problem is that i have one colum(kenmerk2)  filled with header names, this headers should be seperate coulms.

 

ArticlevalueHeadername
123456125Sales Price
123456100Buying price
123456250Buying quantity

 

Is should be something like this, then i can use the colums in my dashboard for the sum of Sales Price or Quantity.

 

ArticleSales PriceBuying priceBuying quantity
123456125100250

 

 

Does anyone have a good idea for this?

 

Regards Björn

  • bkoenen's avatar
    bkoenen
    7 years ago

    Hello Pattem,

     

    This works for 90%, now the grouping increase my dates till only one date, but I want to keep the dates so that I can see my what happens monthly. So that the values per month are in one row, like the table below.

     

    ArticleSales PriceBuying priceBuying quantityDate
    1234561251002501-1-2018
    1234565025102-1-2018
    123456200100253-1-2018
    1234561251002504-1-2018
    1234561251002505-1-2018
    1234561251002506-1-2018

     

    Regards Björn

7 Replies

    • bkoenen's avatar
      bkoenen
      Icon for Helper I rankHelper I

      Hi Livio,

       

      That works fine, thank you.

       

      Now the next question is, can I put the rows together with the same article number and same date, then I have one row with the colums filed with the values.

       

      Now I have this

      ArticleSales PriceBuying priceBuying quantityDate
      123456125nullnull1-1-2018
      123456null100null1-1-2018
      123456nullnull2501-1-2018

       

      and I would like to have this,

       

      ArticleSales PriceBuying priceBuying quantityDate
      1234561251002501-1-2018

       

      regards Björn