Format Rule for blank rows in different table

Doors
New Member

Hi All,

I would like to apply a format rule to the table โ€œClassesโ€.

However the rule needs to inspect a different table (Anglefish) to see if there are any blank rows in the Column โ€œDinnerโ€.

If there are blank rows I need the format rule to be enforced.

Could I please have a hand with the expression?

Thanks.

Solved Solved
0 4 546
  • UX
1 ACCEPTED SOLUTION

Doors
New Member

Ta for that, unfortunately an error in the expression somewhere:

Expression โ€˜COUNT(SELECT(Anglefish[KeyColumn],ISBLANK([Dinner])>0โ€™ could not be parsed due to exception: Number of opened and closed parentheses does not match.

View solution in original post

4 REPLIES 4

If you donโ€™t have any relationship between these two tables, you could use COUNT(SELECT(Anglefish[KeyColumn],ISBLANK([Dinner])>0. If you have lot of rows this can slow your device when scrolling up and down. Better way could be a virtual Y/N column with the same formula and then use that columnโ€™s status for showing the format rule or not.

Doors
New Member

Ta for that, unfortunately an error in the expression somewhere:

Expression โ€˜COUNT(SELECT(Anglefish[KeyColumn],ISBLANK([Dinner])>0โ€™ could not be parsed due to exception: Number of opened and closed parentheses does not match.

Sorryโ€ฆ my typo error. It should be COUNT(SELECT(Anglefish[KeyColumn],ISBLANK([Dinner])))>0

Doors
New Member

Thanks!

Top Labels in this Space