Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HEy,
I want that whenever i open my ABC.qvw then ,
a window should be visible at front that has different languages option with English selected by default. How to do that ??
Please help.
Thanx
I have attach my example.
Now i want when i select another language it should change sheet tab name. But it is not happening what to do ??
Thanks
Hi,
Please check attached file for solution.
Please refer Sheet Properties -> General -> Title section for expression to change the language dynamically.
Hope this helps you.
Regards,
Jagan.
Go to 'About' sheet tab and sheet properties.
And use below as title:
=Minstring({<No = {2}>}Statement)
Using this approach, you can actually make every keyword dynamic.
Hope this was helpful.
Thanks,
Singh
HEy,
Thanx . But in PResidents.qvw which is given in Qlikview folder they have used :
=Only({<No={2}>} [$(=vDataLanguage)])
So if i have to use variable here , how can i do it ??
Please tell.
Thanx
Hi Nikhil,
No need , try as given in attached example, in this file it is not needed. If you have separate column for each language then that works, but we have all languages in same column. So we don't need this column.
You can follow either of the approach, but don't confuse by referring both of them.
Hope it helps you.
Regards,
Jagan.
HEy,
Ohk thanx but i was asking because may be in future if i come across such situation where i have to use variable like above , i can hadle that.
Thanx
Hi Nikhil,
If you got the answers please Close this thread by giving Correct and Useful answers to the posts which helped you.
Regards,
Jagan.