App Column Empty but Virtual column showing?

I must be missing something fairly simple here.

I have this formula in regular column (Weekly Yardz), and a virtual column(Weekly Yards).
COUNT(SELECT(Jobs[ID], AND([Service] = "Weekly Yard", [Job Status] = "Incomplete", [Customer ID].[City] = [City], true)))

It is showing the number in the virtual column, but not the regular column. Idea why?

All Show? is set to True

Solved Solved
0 2 448
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

An app formula in a normal (non-virtual) column is only (re-)computed when the row is updated, either when saved in a form, or when updated by an action.

View solution in original post

2 REPLIES 2

Steve
Platinum 5
Platinum 5

An app formula in a normal (non-virtual) column is only (re-)computed when the row is updated, either when saved in a form, or when updated by an action.

Gotcha, thank you

Top Labels in this Space