The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
I’ve been trying to display a Currency US Dollars with the traditional 2 digit cents, e.g. $24.31
But Airtable is not honoring the formating that’s been specified for my Cost Bais field. WHY?
See the images
Is there a way (easy) to make Airtable ...
I’d like some enhancements to the View of Gallery Cards.
Color the background of the whole card - based upon typical critieriaColor various text elements (foreground/background)Multiple column display for a region (or whole card) - there is much wast...
I’ve created a JotForm for my Base and tables - I’d love to include a link on the page to get to this form. I’m thinking up in the title area of the page - anyway to include text/link up there?
Thanks in advance for posting your question! When someo...
When using the coding block to edit code the documentation for Selecting a table table.selectRecordsAsync could use a lot more example code.
For example - finding a specific record … geting it’s ID … then updating the record with new info… a common ...
Hey,
I’m a newbie with JavaScript so this might be obvious …
I need a delay(ms) method to slow down the script after 5 API calls (limit 5/min.). Problem is all the JavaScript help on the intertube points to the setTimeout() method of the Window obje...
In the script (JavaScript code):
let info = await fetch(https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=${symbol}&apikey=${API_KEY});
But the format of the URL is API specific - this is for Alpha Ventures. You should read their docs/ex...
WOW… Thanks @kuovonne - not sure I want a programming lecture along with the solutions…
I happen to know that Pretty Printing is a tough subject with lots of caveats.
Is there a short answer to incorporate those routines into my Base?
Said another w...
Thank you @Jeremy_Oglesby & @Bill.French … Round() is a better solutions that the .32999999 but … if it’s not one thing … it’s another. Round() doesn’t abide the typical 167.00 e.g. dollar AND cents… see image.
I think I’m GROKing what’s going on here… I think @W_Vann_Hall is faking the 3 fields by concatenating the field name and the field value together (with proper spacing) and then only truly displaying one conglomerate field. What a bummer… I’d hoppe...