I am trying to change textbox's border conditionally like this:
=iif(RowNumber(Nothing) = 1, "Solid", "Default")
But instead of changing just first row it changes all tows. What am I doing wrong?
Thanks
I am trying to change textbox's border conditionally like this:
=iif(RowNumber(Nothing) = 1, "Solid", "Default")
But instead of changing just first row it changes all tows. What am I doing wrong?
Thanks
Hi @Zolotoy-3922,
I tested locally with the expression, it works well in my environment.
I's suggest that you may set the expression like shown in below image.
It will set the border style conditionally in certain textbox not all rows.

Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October
6 people are following this question.