Qlik Script Select SAPQUERY with Language selection
I want to use select SAPQUERY to get data from SAP.
Below are my script, I want to select the description in language Afrikaans, looks like SAP expect a single letter for Language, if I use "a", I got nothing, I guess it was converted as upper case when query runs, it went to language Arabic instead of Afrikaans.
How can I modify my query to make it works as expected? thanks