Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to use multilanguage in qlikview. Thank you in advance.
i atacht one qvw. and one excel.
in excel you add the translation of the words.
and in main sheet of excel you choose the language you will charge!
in qvw. i create a variable vLanguage. and in description of titule you have to put.
=Minstring(if(REFERENCE = 'Seleccionar Idioma', $(vLanguage)))
where Seleccionar idioma, is the reference in excel.
see atachas!!
hope that helps you regards.
i atacht one qvw. and one excel.
in excel you add the translation of the words.
and in main sheet of excel you choose the language you will charge!
in qvw. i create a variable vLanguage. and in description of titule you have to put.
=Minstring(if(REFERENCE = 'Seleccionar Idioma', $(vLanguage)))
where Seleccionar idioma, is the reference in excel.
see atachas!!
hope that helps you regards.
IT DON´T SOLVE YOUR PROBLEM?
WHY NOT ANSWER CORRECT?-
THERE ARE NOT OTHER WAY TO DO THIS.
Regards!
Hi,
I can't open the QVW file with my qlik view it shows some error.Thank you for your help can you please share any materials instead of qvw file or is there any option to open the qvw file i cant open any qvw document download. Is there anyway to overcome this problem
ok. i tell you what you will do.
create a qvw document.
in script paste this.(first downolad excel)
Language:
LOAD LANGUAGE,
PHOTOLAN
FROM [Translation.xls] (biff, embedded labels, table is IDIOMAS$)
WHERE USADO='1';
Dictionary:
LOAD
REFERENCE
FROM [Translation.xls] (biff, embedded labels, table is [DICCIONARIO$]);
FOR i=1 TO FIELDVALUECOUNT('LANGUAGE')
LET campo= FIELDVALUE('LANGUAGE',$(i));
JOIN(Dictionary)
LOAD
REFERENCE,
$(campo)
FROM [Translation.xls] (biff, embedded labels, table is [DICCIONARIO$]);
NEXT
go to layout.
in design create a variable
vLanguage= add this value....
=Minstring(LANGUAGE)
then create a text objet.
in text of it. add
=Minstring(if(REFERENCE = 'Seleccionar Idioma', $(vLanguage)))
then create 3 botton or 3 text objet.
i use an image in a text objet of the language i will select.
see image.
then change to the other 2 options.
='Portuguese'
='Spanish'
your text change
REGARDS! HOPE NOW I HELP YOU
Hi Facundo,
Thank you very much. I get the solution exactly thank you once again
Hi amelia,
Next to my view there is tab called new->Discussion->then it ask for your location you click browse location-> add your location(Eg.New to Qlik view)->You can get a editor->Post your question in that editor->specify any tags what type of question is yours->Post Message
Thanks and Regards
S.Amuthabharathi
Hi ,
Can you post your question now
Thanks I used it in my application. It is very usefull.
Gracias!!!! Me salvaste.
@kirkjoserey (twitter)
Hi,
i have post the sib sample...
Look this