Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
Thanks for all your support so far really appreciated
Got another conundrum ! Trying to put a variable into part of a mapping statement is that possible ?
I'm trying this but it fails to work
APPLYMAP('MAPLANGUAGE'&vLanguage,Score_Area)
Thanks
Sarah
Can you explain in more detail what you're trying to do? Some source data would help. An example document with some data would help even more.
edit: and perhaps this blog post helps: Handling Multiple Languages
hi,
Try APPLYMAP('MAPLANGUAGE'&$(vLanguage),Score_Area)
Regards,
Kaushik Solanki