Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with array variables

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

1 Solution

Accepted Solutions
Not applicable
Author

Maybe try something like this. See attached.

View solution in original post

2 Replies
Not applicable
Author

Maybe try something like this. See attached.

Not applicable
Author

Thank you Rebeccad,

it was exactly the answer of my problem and thank you for your attached and your times!

Have a good day