Help

Re: Getting Individual Field/Column Data stored in an array?

Solved
Jump to Solution
819 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Azeem_Y
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi Folks,

This may Seem a bit silly but I’m trying to render just individual field information for a little project I’m working on. I can get all the fields and cells for all the fields to show in my block but I can’t break it down enough to get just a single field worth of data. Please take a look and see if you can help

image

image

1 Solution

Accepted Solutions
Azeem_Y
5 - Automation Enthusiast
5 - Automation Enthusiast

@gwynn_kruger Thanks for the help, it was the filter function that I needed but you just had it in the wrong place. Going to keep playing with the filter function as I also need to just have one table at a time filtered through… The idea is hopefully I can use this data point as a data array for chartjs to update dynamically when user changes grid data in airtable… Having quite a bit of trouble with airtable compatibility to be completely honest.

image

See Solution in Thread

2 Replies 2
gwynn_kruger
6 - Interface Innovator
6 - Interface Innovator

Try looking into the filter JavaScript function.

Say you have a field named “MyField”. To only show that field you would need to add some code like:

image

Azeem_Y
5 - Automation Enthusiast
5 - Automation Enthusiast

@gwynn_kruger Thanks for the help, it was the filter function that I needed but you just had it in the wrong place. Going to keep playing with the filter function as I also need to just have one table at a time filtered through… The idea is hopefully I can use this data point as a data array for chartjs to update dynamically when user changes grid data in airtable… Having quite a bit of trouble with airtable compatibility to be completely honest.

image