Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Well, I have a concern about a simple table with dimensions and expressions with "Weight" and "Diameter" and give the possibility to the user to enter their weight min and max and min and max diameter and that displays only lines validating both conditions.
So as an expression I set the following analysis:
= only ({$ <Diametre={"> = $ (= vchoixmindiam) <= $ (= vchoixmaxdiam) "}>} Diameter)
= only ({$ <Poids={"> = $ (= vchoixminpoids) <= $ (= vchoixmaxpoids) "}>} Weight)
But I can not not display lines that do not match the selection (see attached file) I would like if the weight and diameter are filled I want to see the two lines enabling condition, or if one (weight or diameter) is filled to see the lines validating the condition!
Do you have any ideas?
Thank you for your attention
Quentin
Maybe try something like this. See attached.
Maybe try something like this. See attached.
Thank you Rebeccad,
it was exactly the answer of my problem and thank you for your attached and your times!
Have a good day