HyperColumns not behaving correctly

I have some hypercolumns, these columns refresh after every 2 seconds.

After some time it shows blank values, due to this, the lookup columns which are related to these hypercolumns also shows blank values. As can be seen in the below image these col are calculated using hyper column and these remain blank always. Sometimes data do appears.

sometimes the screen goes blank automatically, while working.

I don’t think the Hyperformula column is supported any more. Which formula are you using?
It might be possible to get the same result with standard computed columns. If not, the Javascript column might be an option.

1 Like

the common formulas used by us are:
1.=Max(A1+(A2*(A4-A3)),0)
2. =A1 * IF(A2>0,A3,100%)/(A4*A5)

this something happens in math column also.

Sorry to hear you are having this issue. Please create a support ticket https://glide-help.zendesk.com/hc/en-us/requests/new using the Bug template. Make sure to give us the support link as well as who should be logged in to show the issue. Also, create a video that starts when the app opens and then navigate to the area of the app that demonstrates the problem.

1 Like