The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
New user with a few questions.
I’m trying to create a Car Maintenance Log database and ran into a small problem. I’m looking to manually input my mileage into a table and reference it from another table. I have tried several varations of formulas a...
Sorry haven’t had time to work on this during the week. Just getting around to adding the cost by year record collection.
@Elias_Gomez_Sainz
I have created a new table called cost and want to keep a running record by year. I have strated today and ...
One more question…
How do I get a similar view on the IOS app? Right now all my data is cluttered and I’m looking for a way to sort like above. Thanks in advance.
@W_Vann_Hall
Thank you for the clarification! Got it working and thought I was done until @Elias_Gomez_Sainz came along with another great idea!
I was just going to use the rollup’s @W_Vann_Hall suggested in the cars table. Now I’m thinking of crea...
@W_Vann_Hall
Thank you! I have most of the base done and truly appreciate the help!
Going back to this part of your suggestion:
You’ll want to perform the rollup from the [Vehicle] table — assuming you want expenditures per vehicle. Create a rollup...
@W_Vann_Hall
I’m trying your response on how to create a formula to filter and calculate expenditures by year to date. Heres what I have so far.
Essentially, you first set up a conditional field using a formula that says, more or less, IF(Year={Thi...