Formula Not Read on Desktop Version

Why is it that every time i fill out a form on the desktop version my formula doesnt read as NEW? but when using the mobile version the formula I made can be read. please help im a beginner here.

Virtual Column Formula :


if([_THISROW].[STATUS]<>"INCOME","",

if((count(select(ND[CUSTOMER],[CUSTOMER]=[_THISROW].[CUSTOMER],True)))>0,
"",

if((count(select(HISTORY[CUSTOMER],[CUSTOMER]=[_THISROW].[CUSTOMER],True)))>0,"",
"NEW")))

 

 

0 1 41
1 REPLY 1

First, make sure that the Desktop version of your app has been properly  updated.  Perform both a Sync and refresh of the browser page.

If you have Desktop Preview mode turned on, turn it off and then try again.  The version shown with Desktop Preview mode on is new and a number of issues/bugs have been identified that AppSheet is working through now.  It is not considered a production-ready feature yet.

Desktop Preview turned off

Screen Shot 2022-09-24 at 2.25.10 PM.png

 

If none of the above doesn't help, please post image example of where you are seeing a problem so that we can better help troubleshoot the expression.

Top Labels in this Space