I have two columns, both numerical. What I would want is if the value in one column is greater than the other column, a push notification should be sent. Is there a way to do it. The data is in Big tables.
Thanks
I have two columns, both numerical. What I would want is if the value in one column is greater than the other column, a push notification should be sent. Is there a way to do it. The data is in Big tables.
Thanks
Are those computed columns or basic columns? Do you have an event tied to an action that changes those values?
They are basic columns. And no I don’t have an action that would change those values.