The Community will be undergoing maintenance on Saturday January 11 at 11:59pm - Sunday January 12 at 11:59pm EST. For assistance during this time, please visit our Help Center.
Hi all,
I am using a table to record jobs and one of the fields holds photos of the job during its progress.
I what to be able to share a view of the table which only displays the photo field so that subcontractors can take photos of the jobs they ar...
Hi all,
I’m using the following CONCATENATE() function inside of a SWITCH() which is displaying the result below. Is there a way to remove the decimal places so that it’s only correct to two?
CONCATENATE("4 tins: ",“£”,6*26.32)
=
4 tins: £157.920000...
Hi all,
I’m creating a quotes table with multiple formula fields which include prices which I want to be able to change easily.
At the moment, the figures in each of my formulas would have to be changed after a price increase which could lead to some...
Hi all,
I’m creating a calendar for next year. I’m looking to have three identical records on every Monday and Tuesday for the entire year. What the easiest way to go about creating these? Just wanted to ask before I wear out my copy and paste keys (...
Hi all,
Im using a table in a calendar view to display my free job slots which I am then clicking on to create a new job record in another table.
Is it possible to auto populate date fields from one table to another? i.e. after clicking on a record f...
That’s right @Andre_Zijlstra.
I’ve just found a workaround by using the ROUND() funtion:
CONCATENATE("4 tins: ",“£”, ROUND(6*26.32,2,0))
=
4 tins: £157.92
It going to end up being a messy formula but it works :slightly_smiling_face:
Thanks for the replay @Andre_Zijlstra.
No, the figure on the right of the multiplication is a lookup field from another table. I’ve changed it here for clarity.
Thanks @W_Vann_Hall. I’ll have a look at your variation and Airtables Product Catalog. I’m fairly new to databases and am unsure what you mean by key:value pairs. If I can’t see what your up to by looking at your base I’ll come back to you about it i...