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.
Has anyone added an IMDBpro API key to their base? I’m copying individual IMDBpro links but would love it is it would regularly populate my database with new information.
Thanks!
Jessica
Hello!
Is there something that can show me how all of my tables and fields are connected to one another? Like a back-end map? I feel like my base could be streamlined and allow me to delete a lot of unnecessary connections. For example, I keep seeing...
Hello,
I am trying to create an average based off of letter ratings.
For example, I have a table of individual’s projects which has a column with a grade or rating for that specific project. It can be A, B or C.
In a linked table for the individuals,...
I’m so sorry. I think i’m getting closer!
So i copied what you said and have the rollup field now in ACTORS. but every entry in the rollup field has come back with NaN. How do i copy some of this for you to see what i’ve done?
If you’re ready to give...
I got rid of the 0’s! But working on the averaging…I created another field in ACTORS and used the formula, AVERAGE({Rating #s}) but it’s returning NaN all the way down. I’m not sure what i’m doing wrong now that in the ACTORS table it has the long s...
Elias_Gomez_Sainz:
IF(Average = 3, “A”, IF(Average > 2, “B”, “C”))
OMG…This almost did it! I can’t believe it. So here’s where it’s taken me…
In the AUDITIONS table, I added the field as you suggested with the formula you suggested. I changed ...
I’ll do my best to explain :confused:
I have a table with all the actors in it.
I have a table with all the auditions in it.
They are linked-people are linked in auditions table; auditions and ratings are linked into the people table.
For example, ...