I’ve struggled with this for the past 2 days, but for some reason, I can’t for the life of me get this input field to calculate. Any ideas?
I’m just trying to calculate the # of hours in the timestamp by the employee’s hourly wage.
I’ve struggled with this for the past 2 days, but for some reason, I can’t for the life of me get this input field to calculate. Any ideas?
I’m just trying to calculate the # of hours in the timestamp by the employee’s hourly wage.
What does the debugger show?
I don’t see anything in the debbugger for this field, there’s not a workflow associated with the input field.
I mean for the input.
Nothing for the input, unless I’m missing something with the debugger (I’m not a super user)… nothing happens when I click on it in terms of updating any of the info in the left panel.
thank you for the reply by the way.
It should show you the value, and how it’s being calculated.
The thing is that you’ve set everything as “initial content” - this is only going to work if the hours and wage are already there when the page loads, if they aren’t it won’t work this way.
To get it to work, all you have to do is reset wrap cost around a group and reset it each time hours or wage changes, that would reset the initial content and you’d get your desired value
I think the issue here is the input: hours field calculating difference in hours, it shows in the UI but I can’t do anything with it. Even when I exclude trying to calculate labor cost that input field doesn’t register as anything in terms of actually being a value. I created a workflow set up in a popup to calculate hours between two date/times then save the value to a thing but it simply doesn’t work. Bubble’s handing of time is awful and will probably render this project and any others I’d want to do as useless. waste of three weeks.
Thanks for the help everyone, it seems to indeed be bubble’s native time picker functions, when use a plugin it works.
This topic was automatically closed after 70 days. New replies are no longer allowed.