Hello
Is there a way to dynamically rename columns using other column names?
For example i have a number of columns laid out beside each other:
IncomeLossUSPartnerships
referenceDocumentId
IncomeLossPerIncomeStmtAmt
TemporaryDifferenceAmt
PermanentDifferenceAmt
IncomeLossPerReturnAmt
I'd like to concactenate IncomeLossUSPartnerships to each of the other columns.
referenceDocumentId_IncomeLossUSPartnerships
IncomeLossPerIncomeStmtAmt_IncomeLossUSPartnerships
TemporaryDifferenceAmt_IncomeLossUSPartnerships
PermanentDifferenceAmt_IncomeLossUSPartnerships
IncomeLossPerReturnAmt_IncomeLossUSPartnerships

Thanks for any help!