Forum Discussion
zirloko
6 years agoFrequent Visitor
Merge data from two columns into one
Background: Our transactions are booked using either project codes or cost center (CC) (not both). Ultimately the project codes roll to specific CC. So I want to be able to show a total spend by CC r...
- Anonymous6 years ago
In the query editor try adding a conditional column. In the dialog, IF CC > 0 Then CC Else Select a Column -> Derived CC
Anonymous
6 years agoNot applicable
In the query editor try adding a conditional column. In the dialog, IF CC > 0 Then CC Else Select a Column -> Derived CC