I want to display each message saying Easy or Normal or Hard around below on the screen by the value (1 to 3 which show DifficultyLevel here) of the input parameter.
It is kind of like a pop up message saying "Easy" or "Normal" and so on.
When you press the "Easy""Normal" "Hard" button, Skip Server Action will work.
I've attached the .oml file so that you can see the details.
I think you will see everything if you take a look at my .oml file.
I'd like you to check it and give me some clue if you like.
I look forword to you help and your reply.
Best regards,
Tsubasa Yoshikawa wrote:
Tushar Panpaliya wrote:
Yes, just pass the value as input parameter to the pop-up web block and put conditions to display the content accordingly.
Thank you!
BTW, where can I get the popup Web block?
I know it is asking a lot...But I'd appreciate it if you could elaborate on it.
No Worries. You can refer to this : https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Inputs/Create_and_Use_a_Popup
Happy to help!
Thank you for telling me the details about it.
But the way to use Layout Popup doesnot seem to work for me....
To be honest, I hope to implement this function by using Expression Widget..
I need some clue for that.
Do you have anything about it in mind?
Hi Tsubasa,
This is the full value in the assignment :
If( GetQADisplay.List[RandomRowNumber].QA.DifficultyLevel=1, "This is an easy text", If(GetQADisplay.List[RandomRowNumber].QA.DifficultyLevel=2, "This is a normal text","This is an hard text"))
Dorine
That being said,
there are a number of improvements to be made to your oml that would greatly improve the quality, here are a few :
QA.DifficultyLevel = In1 or In1 = NullTextIdentifier()
Button on click show the expression in screen