177
Views
6
Comments
Solved
Input from one screen to another screen
Question

My situation is
I have a Webpage where there is option for the user to input the months/quarters accordingly
quarter 1: 4
quarter 2:7
quarter 3:11
quarter 4: 3
now 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


2022-07-22 08-49-20
Laura Fidalgo
Solution

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

DemoInputs.oml
UserImage.jpg
Anuli Hande
Solution

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

UserImage.jpg
Dhillan S B

thank you it worked


2022-07-22 08-49-20
Laura Fidalgo

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

UserImage.jpg
Dhillan S B

HI @Laura Fidalgo I didn't understand still.
can you please explain in steps I would appreciate that.
Thank you

2022-07-22 08-49-20
Laura Fidalgo
Solution

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

DemoInputs.oml
2022-09-20 06-28-12
Nitish Kumar

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.

UserImage.jpg
Anuli Hande
Solution

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

UserImage.jpg
Dhillan S B

thank you it worked


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.