One selected listbox value should not effect with other listbox (both listbox using same fileds)
Hi Everyone
I attached worked file in this post.
In my file i'm loading a single Qvd file. In that a field "Lot Start Time" is used along with this there are two more field in this Qvd.
My Problem is, if i am taking two listboxes in the two listboxes i am using same expressions. If i'm selecting one value in first listbox automatically it is activating the other listbox which i selected in first listbox.
But my requirement is, if i'm selecting first listbox value it should not be effected in another listbox.
Thats how the associative logic works. Anyways if you want 2 separate fields then first load the LotStartTime field and then in another table load the LotStartTime as LSTCopy. That way both fields will be in different tables and are not treated as a flat file.