I see that the program don't allow at all the use of more than one dropdown select param from the "Dynamic select lookup" selection. And even if it is possible to manually adding more $lookup_columnName params in the "Custom SQL" section it don't work.
This is really a big lack for PHPrad. I don't think it's so rare for developers to create query that involves more than a single parameter. I'm obliged to insert manually the code in order to do this...
Please, if I'm searching this option on the wrong place, let me see how I can make this without manually editing the code.
(yes, I also tried inserting single quotes but nothing changed)
Hi everyone, I reopen this discussion because I've encoutered the same issue of @pinoyhandy and the answer is not enough.
Seems that phprad correctly manage only ONE parameter. It doesn't matter if I do a lookup on one given parameter or the other one inside a form, or even if I exchange the lookup order: the lookup happen always only for the first parameter. and not for a second one. Checkout the screenshot: https://i.postimg.cc/90g8J7hS/Cattura.png
How can I do this?
Both parameters are already globally accessible and the variable is filled with the correct value. Thank you in advance for any reply.