Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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..
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.
is there a way that we can redirect him to webpage where he can check the cuurencies and edit the values
You can add a button nearby with such an action (open link).
thanks