Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
How it can be done, Pls post your ideas on this.
Waiting for your reply....
Thnks
Hello,
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.
Hope this helps,
ANDY