Hello guys, someobody know how to select value from option box, but when iv got two or more criterias for example iv got code like this :"
<option class="kat_gl" value="1_0" disabled="disabled">Buy / Sell</option>
<option value="1_1">Buy </option>
<option value="1_1">Sell </option>
<option value="1_25">Other </option>
<option class="kat_gl" value="4_0" disabled="disabled">Cars</option>
<option value="4_74">Cars </option>
<option value="4_76">Other </option>
<option value="4_75">Bus </option>
<option class="kat_gl" value="2_0" disabled="disabled">Hause</option>
<option value="2_35">Hause sell </option>
<option value="2_36">Hause buy </option>
<option class="kat_gl" value="3_0" disabled="disabled">Work</option>
<option value="3_29">Other</option>
<option value="8_53">Offer</option>
And in variables if got just two values : main category and subcategory. And now when in variables iv got Main category = Cars , and sub = Other , i want just to select this subcategory other in main category Cars , when i use standard set - selecteditems - {Variable} - "Other" they take first match.
For the complex, I can not give a stiff look at which result to click. It needs to work in such a way that it first looks for the main category, then selects the first hit of the sub category
There is other way to make that??
<option class="kat_gl" value="1_0" disabled="disabled">Buy / Sell</option>
<option value="1_1">Buy </option>
<option value="1_1">Sell </option>
<option value="1_25">Other </option>
<option class="kat_gl" value="4_0" disabled="disabled">Cars</option>
<option value="4_74">Cars </option>
<option value="4_76">Other </option>
<option value="4_75">Bus </option>
<option class="kat_gl" value="2_0" disabled="disabled">Hause</option>
<option value="2_35">Hause sell </option>
<option value="2_36">Hause buy </option>
<option class="kat_gl" value="3_0" disabled="disabled">Work</option>
<option value="3_29">Other</option>
<option value="8_53">Offer</option>
And in variables if got just two values : main category and subcategory. And now when in variables iv got Main category = Cars , and sub = Other , i want just to select this subcategory other in main category Cars , when i use standard set - selecteditems - {Variable} - "Other" they take first match.
For the complex, I can not give a stiff look at which result to click. It needs to work in such a way that it first looks for the main category, then selects the first hit of the sub category
There is other way to make that??