Why virtual colum cell changes data after few seconds ?

Hey guys,

Notice the consumption, after update row, it turns below value, it's correct

kvngo94_0-1654186081919.png

But after like 3 seconds, it turns to another 2nd value as below

kvngo94_1-1654186136992.png

Could you advise what makes it automatically change to another value after few seconds ?

 

0 6 86
6 REPLIES 6

Maybe something is changing some value in their expression

You have to share your expression and any column config related to that expression for us to help

Hi SkrOYC, 

Please kindly advise, please refer below my set up :

1.  

kvngo94_0-1654223299411.png

2.  Expression :

kvngo94_1-1654223339312.png

3. It relates to MATERIAL TYPE, UNIT, SPEC

kvngo94_2-1654223405207.png

kvngo94_3-1654223428060.pngkvngo94_4-1654223441533.png

kvngo94_5-1654223450102.png

 

 

Hi SkrOYC, 

 

Do you think the problem is with the "NUMBER(EXTRACT("NUMBERS",[SPEC]))" line in my expression

It seems return correct value at first but after few seconds it changes to another value. I put it like this because in SPEC sometimes it's not number or decimal value, but it's text value like 58 inch, and I want to get the number 58 only to  calculate

Hi SkrOYC, 

I just updated my formula as below, but it's too long, could you advise anyway to reduce the length of it ?

kvngo94_0-1654226767904.png

 

Steve
Platinum 4
Platinum 4

The behavior you're seeing, where a virtual column changes after a few seconds, typically occurs when the virtual column is recomputed during a sync. When a sync occurs all virtual columns are recomputed by the AppSheet server. The server will have access to the most current data, including data from other users, that may not have been available on your device when the virtual column value was first computed. That broader set of data available to the server may prompt your expression to produce a different result.

Your expression is very complex and difficult for me to interpret. Could you please cut and paste the entire expression (the text, nit a screenshot) into a reply? I would like to see if I can restructure it to help clarify it for me, and to see if I can find why might be causing your problem.

Top Labels in this Space