Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
WHat does the following mean? And where this index number i.e 73 is defined??
=Minstring({<Index = {73}>} [$(vLanguage)])
Hi Nikhil,
Please check for "Help_Desk_Management" QlikView Demo app's Load script, there is a tab called "Transalations" where an excel containing the Transalations data is loaded and transformed to make use of the expression "=Only({<Index = {3}>} [$(vLanguage)])" for labelling.
This process is used for ease of maintaining and changing the labelling of objects externally.
Hope this clarifies, please mark the post as answered if it's cleared your doubt.
Thanks,
Sri
For any QlikView document to be presented in multiple languages, all the labels for chart titles, text boxes etc. in multiple languages are stored in an external source such as Excel or CSV. A list box in the app would be used to select the language and this selection value would be stored in the variable vLanguage. With the expression "=Minstring({<Index = {73}>} [$(vLanguage)])" in chart title or text object etc. the function returns the first search result for the respective Index column value under the respective Language selected from the source table(Excel or CSV imported into QlikView).
Hope this clarifies. Please do an extensive search in the Load script dialogue of the app where this expression comes from, so you will get to know the working.
Thanks,
Sri
Hey,
Thanx for reply but still i did not get it exactly. WHere this index value is defined , how it is stored etc. Can you give me some example ?
Hi Nikhil,
Please check for "Help_Desk_Management" QlikView Demo app's Load script, there is a tab called "Transalations" where an excel containing the Transalations data is loaded and transformed to make use of the expression "=Only({<Index = {3}>} [$(vLanguage)])" for labelling.
This process is used for ease of maintaining and changing the labelling of objects externally.
Hope this clarifies, please mark the post as answered if it's cleared your doubt.
Thanks,
Sri