I have a set of data that are needed to be outputted columns by columns like this :
Yellow marks current output I got, and the green one marks the output I want. I’ve been trying to do transpose (using community package, manual workflow and a lot). I was thinking an transpose alternative.
Can I link the value to the customer ID? Like making a join and then output it columns by columns…
My goal is how to output the value to columns instead of rows, but there’s a condition in the data the value can be empty like this :
I was trying to transpose the value but it’s not working. So can I link the value to the header or maybe group it by customer ID so it will output columns instead of rows?
Note : All my data (the due date, customer ID, customer name, and the sum value) are queried from database and have to be written to excel. So there are no reading excel file…