Data not showing

So I have a slice that has records when I View Data and has True when I test the expression in the expression assistant but none are showing up in my table view.


My view is using the right slice.


This is the result of hitting View Data in my slice.


This is the results when I hit test on my expression.

This is my expression:3X_e_8_e82f263a3c18a67dbf3e517dfd9e0049c5cabdd6.png
Iโ€™m thinking its something to do with how the Lookup returning a list interacts with IN()? Employees not working is also a virtual column so maybe itโ€™s not loaded before this expression runs?

0 9 444
9 REPLIES 9

Steve
Platinum 4
Platinum 4

LOOKUP() always returns a singular value. Youโ€™ll need to SPLIT() its return if you want it handled as a list.

Is this an error in the Test of the Expression assistant because it shows Y and N values for the rows in this expression just as expected?

As I understand it, Expression Assistant, the servers, and the app all have independent implementations of the expression interpreter, and each have their own quirks.

3X_4_3_4308c9e87d63aeb834213c68fbbfdb9886eb42bf.png
Am I just having a brain fart because this is now returning a result just only the first result?
3X_0_a_0afce0a3da59ae02f6e5e7d81d36777f182937e9.png
This is the list itโ€™s supposed to return.

Now I am getting some extremely strange behavior that will be getting a support ticket. So I have the lookup as a virtual column now to make sure its returning the data correctly but when I save the app, my columns return blank but if I sync a few seconds later they show up.

Virtual columns, outside a row being edited in a form or modified by an action, are recomputed by the server during a (background) sync, as I understand it. Hence a delay.

But it isnโ€™t just a delay on when I open the app and they stay after. They vanish when I refresh on a different view as well and donโ€™t come back without a refresh on that view where they are displayed.
And they only have this vanishing behavior when Iโ€™m looking up this virtual column of a different table. On that table itself the columns appear instantly on sync and are never blank.

Do you think turning these virtual columns into real columns filled in by formulas would be a good idea?

I try to avoid virtual columns as much as possible.

Top Labels in this Space