I am having a problem with the SQLGridSelectView module "Wait on Above" option. I have three dropdowns with the Second waiting on the First and the Third waiting on the second. After I select a value from the first, it correctly filters the second. When I select the second, the sql for the third reads, "Select field from table where And X = Parm1 and Y = Parm2" it seems to insert an extra "And" after the "Where".
I have tried about every combination but, it seems to always be the 3rd parm.
Any ideas?
Brian