Format Rule not showing

COUNT(SELECT(view1[Site],[Site]=[_THISROW].[Site]))=1
When I test the above formula in my expression assistant it returns true for a handful of rows but the format is not applied to any rows. When I just set this as true they are formatted so I know i have the right columns selected.

Solved Solved
0 14 1,663
  • UX
1 ACCEPTED SOLUTION

Deleting the format rule and recreating it was the solution. Exact same everything and it started working.

View solution in original post

14 REPLIES 14

Steve
Platinum 4
Platinum 4

Format rules are applied to columns or action buttons. Did you choose any columns and/or actions? Are any of the chosen columns or actions present in the view?


Yes I have every column selected.


Iโ€™ve even changed the Count formula to be a virtual column and still nothing

I would have to guess the view displayed is not based on the view1 table.

The Highlight Color setting is for the color of the icon. From what Iโ€™m seeing you should see a Green Anchor in front of every column.

Since youโ€™re not, try setting the Text color to see if at least the column values are getting formatted.

Here are a few other things to check:

  1. Make sure there are no other Format Rules that are overriding this one. If multiple rules apply, the last one wins!

  2. Make sure you have saved the changes!!

  3. Launch a Browser version to see if the Format Rule is being applied there.

  4. Close and relaunch the editor.

I have seen some unusual behavior recently, delays in info showing. I gave a demo on Friday and was embarrassed when a couple new rows didnโ€™t show up where they were supposed to - in a demo app that has been running great for a year. On Monday, I opened the app to investigate and there were the two rows right where they needed to be. Ugh!


Text color was already being applied as well, itโ€™s the only format rule in the app, tried on my phone, on editor in phone and tablet, and tried full screen, I have refreshed the app, refreshed the tab, and restarted chrome.

Now itโ€™s applying the format rule randomly to rows regardless of the formula so Iโ€™ve resorted to support@appsheet.com

Any answer to this? Iโ€™m using a similar formula [column]=โ€œdesired valueโ€ but the formatting is appearing randomly. Like desired value 1 is appearing on desired value 2.

Hi @Austin_Lambeth what was the reply from support?
I have a similar issue where I see a delay in Format Rules.

Deleting the format rule and recreating it was the solution. Exact same everything and it started working.

2X_c_cfb50b6f300c9f5e5ee5030b4721eeebc2437695.png
View1 is the only table in the app and there is only 1 view in the app

Iโ€™m afraid Iโ€™m at a loss, then. Off to support@appsheet.com with you!

They know me well lol
Could it be since Iโ€™m using a virtual column itโ€™s not calculated before the format rule is checked?

The VC value is updated under the following conditions:

  • The row is updated by a form save.
  • The row is updated by an action.
  • A sync occurs.

So youโ€™d need one of those to occur to see a change in the VC value. The format rule itself should take effect immediately upon the change, if I recall correctly.

Mike_T
New Member

Ignore. Found my issue. I had the wrong column selected as the Key. This caused the confusion.

Top Labels in this Space