How do I add a line break between two queries in OQL?
0
I am making two queries and want the results to return each with its unique headers and values. This is for reporting purposes, I am looking for everything to be on one excel sheet. Customer Name Units James 10 Kim 20 Production Branch Units New York 10 LA 20 How do I join two queries so my results returns like this? Thank you