Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
shree909
Partner - Specialist II
Partner - Specialist II

currency

Hi guys,

i have some financial data i my  dashboard.

i want to add an inline table so that i can convert  all the available currencies to the USD.

my requirement is i need to place input box, where the user enters the value and that value should be converted to the USD.

can  someone help plz..

Labels (1)
4 Replies
whiteline
Master II
Master II

You can use input fields. Look at the help index.

Add in your script: inputfield CurrencyName;

Then create a straight-table with CurrencyName as dimension and =inputsum(CurrencyValue) as expression.

The user can enter the values in that table and it will be kept on reload.

shree909
Partner - Specialist II
Partner - Specialist II
Author

is there a way that we can redirect  him to webpage where he can check the cuurencies and edit the values

whiteline
Master II
Master II

You can add a button nearby with such an action (open link).

shree909
Partner - Specialist II
Partner - Specialist II
Author

thanks