Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
got around 20 expressions that share the same where condition
<
STEP_DURATION_MIN={"*"}
,RECORD_TYPE={'duration'}
,Year=
,Month=
,CALENDAR_DATE={">= $(vFromDate) <=$(vToDate)"}
>
is there a way that allows me to put the above in one variable and keep the expressions running?
Please advise
You can use SET vTest='
<STEP_DURATION_MIN={"*"},RECORD_TYPE={'duration'}
,Year=
,Month=
,CALENDAR_DATE={">= $(vFromDate) <=$(vToDate)"}>' in the backend.
use the variable in the front end
Hi,
Dont give = in variable declaration.
Regards,
Jagan.