This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a table that we create a PM record on with a PM_Number (equals
frequency) 7, 14, 28 day.From there the save event writes a record of it
to the PM_Services there with a formula to calculate the Deadline_Date.
From there PM_Services rows will ei...
I have 3 tables i am building reports from. Work Orders PM OrdersPartsI
have a column on the Reports table that is an Enum with 3 options Work
Orders, PM Orders and Parts. The below select statement im working on to
filter the selection down. I cant ...
I am trying to set up a Downtime Tracker. I have a cell that changes
from 0 to 1 this is changing based on a PLC sending info if the machine
is running or not. O = machine is running1 = machine is stoppedI need a
timer that when 0 changes to 1 there ...
I have 3 Tables- Parts Database, Request Parts and user filterRef
Between Parts Database and Request PartsCurrently using a dashboard view
that uses useremail to filter the parts database to find a part and
request it. added an action button to add n...
I have used the useremail slice to filter a table with a dashboard view
on 2 apps it works on 1 and not the other can someone please explain why
this would be? What i mean by not working is when i go into the UX and
make a Detail View of the Useremai...
Thank you i will check out Looping with Actions see what i can get
going. I know it be simple and the bots would work if i just used
Uniqueid but then when the users tried to find the specific PM-Job they
working on it would be a random code that wou...
yes sorry it was a really simple solution. I was over looking a small
piece all i needed to add was [report_type]="Work Orders" and
[report_type]="Pm Orders" to make the select statement work depending on
which report type was selected.
Select(worder...
Yes that would work. Thank you. To make the 1 minute delay i would need
to have a third variable so like 0- running 1- down for less than a
minute 2- Machine is down Now Start Time back to 0 stop time then get
the elapsed time. I will give it a shot ...