Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

help with volume based on multiple columns

Hello everyone   I have a CSV file that lists one order per row, however, each order could potentially be worked on by multiple vendors. The vendor columns are listed vendor 1, vendor 2, vendor 3, ...
  • parry2k's avatar
    5 years ago

    Anonymous here is another approach where we split vendor and result in two different tables to avoid pivoting and then with the relationship we can achieve the result.