Hello!
I have an application that works on my the browser but not on the phone... what could be the issue?
The application is a clock in app for employee's. It looks like this: https://gyazo.com/48f695e5a72ef8448442d404c4d19031.
It is supposed to split up the tickets if they go above 8 (From the same employee). The first 2 tickets are from another employee, he filled this in on his phone. As you can see 6.75+2.5 = 9.25 = over 8, so should've been splitted up.
Now I went on the browser to test the application and it works on the browser. I made a ticket of 6.25 hours and then made one with 6.5 hours. As you can see, it split the ticket up when it reached 8 hours.
I then tested the app on my phone but I get the same results as the other employee. It works on the browser but not on the phone. What am I doing wrong?
I have tried to remove all of the data sources and re-add them. This does not fix the issue.
-----------------------------------------------
Edit
-----------------------------------------------
What I've noticed is that it takes the database different for some reasons. One sees it as text and one sees it as a number value.
Here it is on my phone: https://gyazo.com/1b6efaeaee97fc98f74a830112228808
It displays 6.25 as 625
Now on the browser: https://gyazo.com/3b3870d96ad960c4406e7e56b7de83d6
It displays 6.25 which is correct
I have been playing around with this but it is so weird that one is taking it as a number value and 1 takes it as a text value, they're both up to date. Looks like the Value & Text operator are not working on the mobile version
Anyone know a solution?
User | Count |
---|---|
230 | |
102 | |
98 | |
56 | |
33 |
User | Count |
---|---|
282 | |
112 | |
109 | |
64 | |
63 |