Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to build condition where image is getting replaced only if two particular values are selected.
When only one value had to be selected I used :
(IF(Match(GetFieldSelections([DD_Solution_Leg_SOLUTION_NAME]),'EVPL', 'EDI','ENS','EPL'),'qmem://image name/Metro_E' )
Now there is a requirement to present image Metro_E when the following logic acts:
match (DD_Solution_Leg_SOLUTION_NAME,'EVPL','EDI','ENS','EPL') and match (DD_Solution_Leg_SOLUTION_NAME,'Business Internet')
How I use this condition in the GetFields Selection function?
Thanks,
Inna