Help
Lisa_H
6 - Interface Innovator
6 - Interface Innovator
since ‎Jul 02, 2019
‎Jan 11, 2024

User Statistics

  • 27 Posts
  • 0 Solutions
  • 35 Kudos given
  • 8 Kudos received

User Activity

I hope I put this question in the correct area.I am developing a base to use for a contracting business, and I have a column for Distance Driven to job (to calculate fuel used in a different column)when I create the job for the client, it auto inputs...
I have a formula for my primary field that looks like this: CONCATENATE({Last Name}, " - ", Type, " - ", DATETIME_FORMAT(Start, ‘MM/DD/YYYY’), “-”, {Job Address}) and it turns out looking like this: Thorton - G, DS, GC, - 08/17/2020- 692 Chateau Ln. ...
I was so disappointed when I finished my base, downloaded the App on my Cell… Only to realize that I couldn’t just click the form view on my cell and start inputting items into my base! What the heck! Seems like such a simple- No brainer thing to hav...
Ok, so I have a total column in which I have Sum()ed many column fields in it, to be used as a Rollup column on another table. it looks like this: SUM({5" }+{6" }+{DS$}+{Elb }+{IN/M }+{O/M }+{Endcaps }+{H/H }+{Wedg}+{Off$}+{B/P$}+{D/E$}+{Screw$}+{12"...
Hi again, Trying to write an IF statement for a cost catagory. This is what I have now. {12" GH} * 25.0 BUT I would like it to say: IF ({12" GH} is a multiple of 4, * 125, (Roundup ({12" GH}) * 25))) If the field is NOT a multiple of 4, I’d like it t...