Here is one that is probably simple to most of you. I need to concatenate a formula which is a half hour period ending i.e. 10:00 or 08:30 with a field which is a number i.e. 101 or 999.
I have been trying using the following formula.
{@RoundedPeriod}+{VW_CFG_TRANSACTION_CODE.TRANSACTION_CODE}
Ecah time I use this and anything similar I get an error message that says "A string is required here" and the cursor moves to where the "X" is
{@RoundedPeriod)+ "X"{VW_CFG_TRANSACTION_CODE.TRANSACTION_CODE}
Any suggestions on how to overcome this?
I have been trying using the following formula.
{@RoundedPeriod}+{VW_CFG_TRANSACTION_CODE.TRANSACTION_CODE}
Ecah time I use this and anything similar I get an error message that says "A string is required here" and the cursor moves to where the "X" is
{@RoundedPeriod)+ "X"{VW_CFG_TRANSACTION_CODE.TRANSACTION_CODE}
Any suggestions on how to overcome this?