-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single-Select Matrix ignores hideIfRowsEmpty: true
if a visibleIf
expression evaluates to true
#8495
Comments
Hello, Would you please elaborate on your end goal? |
To our developers:
Expected behavior: a matrix doesn't appear unless a row becomes visible. |
hi Jane, my expectation is Q3 will be shown only if when Q1 = Yes and it
has rows
…On Tue, Jul 2, 2024 at 4:57 PM Jane ***@***.***> wrote:
Hello,
Thank you for sharing a demo. In your survey configuration, Q3 has Row 2
which always appears regardless of confitional logic.
Would you please elaborate on your end goal?
—
Reply to this email directly, view it on GitHub
<#8495 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQC5Q3KN5YJAIZMDH67LDDZKJ2PZAVCNFSM6AAAAABKGV3Q66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBSGYYDIMBTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you are not the named addressee and have received this email in error
please notify the sender and delete it immediately. Unauthorized use,
dissemination, or distribution of this email is strictly prohibited.
|
…estion if it has no rows"= True #8495
hideIfRowsEmpty: true
if a visibleIf
expression evaluates to true
Are you requesting a feature, reporting a bug or asking a question?
I'm requesting a feature
What is the current behavior?
When I set a matrix Q3 with 'Hide the question if it has no rows"= True, row visible if Q2 = 'abc' and Q3 is visible if Q1 = yes then when I choose Q1 = No and input 'abc' for Q2--> Q3 is shown despite of the condition Q3 is visible if Q1 = yes.
What is the expected behavior?
The expectation in this case is Q3 is not shown. Q3 is shown only if when Q1 = Yes and it has rows
Below is my test on online demo
The text was updated successfully, but these errors were encountered: