How to work on this

hi

i have a input box i will get either of 2 inputs

  1. flat
  2. Random

now i need to do if input is flat then from drop down flat view should be selected
if Random then random view

i have to use assign as values are partial for both as view is not provided as input only Flat or Random is entered

how achieve

Hey Manoj.

That one is easy to solve (if I understand you right):

You input variable is ‘strInput’ and in my case it can hold the value “Apr” or not (similar to yours Flat or Random). If input is “Apr”, then we will select the item “Apr” in the dropdown or else it will be “Oct”.

I hope that solves it for you :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.