P
|
procheck 2/25/2011 |
Just search this forum for "hide column" and "hide row" and you will find a lot of info. |
R
|
rkiss author 2/25/2011 |
Solution: |
P
|
procheck 2/25/2011 |
I've never hidden rows, only columns. Although for radio buttons here is something which might help you: |
R
|
rkiss author 2/26/2011 |
I am able to hide rows, just need some help how to hide rows if multiple conditions are true... |
P
|
procheck 2/26/2011 |
Can you give an example? I'm thinking that you're looking for more than a basic if statement. |
R
|
rkiss author 3/7/2011 |
Can you give an example? I'm thinking that you're looking for more than a basic if statement.
|
![]() |
Sergey Kornilov admin 3/7/2011 |
Use the logical operator && if (condition1 && condition2) {action} |
R
|
rkiss author 3/8/2011 |
Use the logical operator && if (condition1 && condition2) {action}
|