Hello everyone, I need to combine these rows into one line, is this possible? Here is how my data looks like:
Invoice ID Product Price
1 TV1 100$
1 Table 200$
Is it possible to have something like:
Invoice ID Product Price Product Price
1 TV1 100$ Table 200$
Thanks.
< ...
Go to the complete details ...