Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I would like to create a column name based on the content of 2 fields on the record currently read.
Example below... what I want is Generated field name
field name created as follows: “FX_Rate_” + CURR field value + ABF field value
thanks in advance
Dave
Sample Table input
ABF | CURR | Rate | |
Actual | EUR | 1 | |
Actual | GBP | 0.82 | |
Actual | USD | 1.3 | |
Budget | EUR | 1 | |
Budget | GBP | 0.84 | |
Budget | USD | 1.4 | |
Output
| |||
Generate this field name | Rate | ||
FX_Rate_EUR_Actual | 1 | ||
FX_Rate_GBP_Actual | 0.82 | ||
FX_Rate_USD_Actual | 1.3 | ||
FX_Rate_EUR_Budget | 1 | ||
FX_Rate_GBP_Budget | 0.84 | ||
FX_Rate_USD_Budget | 1.4 | ||
|
Hi Vegar
Thanks for your response.
Not really what I wanted... this just creates a field called NewFieldName with the values containing different combinations of record values.
I resolved it myself by using a Generic Load
thanks
Dave
Hi Vegar
Thanks for your response.
Not really what I wanted... this just creates a field called NewFieldName with the values containing different combinations of record values.
I resolved it myself by using a Generic Load
thanks
Dave