My situation isI have a Webpage where there is option for the user to input the months/quarters accordinglyquarter 1: 4quarter 2:7quarter 3:11quarter 4: 3now I want to use these values for the next screen as input values to display data accordingly incase if user doesn't give values I will be setting default values.how do I do this?please help me out Thank you in Advance
Hey @Dhillan S B , here's an .oml to help you :)
I've created a screen with 4 inputs, and a button to take you to another screen that has 4 input variables, so you can see what I was saying. I've also added a local variable "DefaultInt" to fake your default value, for demo purposes.
I hope this helps you
Hello @Dhillan S B refer bellow document to understand how to Pass Data Between Screens With Input Parameters
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Navigation/Pass_Data_Between_Screens_With_Input_Parameters
Thank You,
Anuli
thank you it worked
Hi @Dhillan S B ,
If you have those as inputs to another screen, they will appear in links and destinations. There you can use an If() so see if the input's variable has value and, if not, set the value you want.
Hope this helps you
HI @Laura Fidalgo I didn't understand still.can you please explain in steps I would appreciate that.Thank you
Hi @Dhillan S B , As mentioned by @Laura Fidalgo You can use screen input variables and pass values according to your condition in it.
If this is solving your issue, Its much appreciated if you can share some screenshots or a .oml file to get a better understanding here.