Help

Re: Only displaying certain entries on an interface chart

266 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Jean_Roubas
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi there,
I have two tables : "Meetings" and "People".
Each meeting is of a certain Type (Single Select)
Each meeting can contain multiple People. Some People are team members, some are not.

I want to create an interface chart to display the total number of meetings per People, aggregated by Type, but only for certain People (team members).

Unfortunately, when add as a condition that the displayed Meetings have to contain People that are team members, the graph also shows other People that are part of these meetings, but that are not team members. It makes sense so far.

But what I would like to do is to filter the People displayed on the x-axis only. Is there a simple way to do so ?

Thank you for your help !

Jean

5 Replies 5

Hmm, I'm not sure I follow; does this look right?  If not, could you provide some screenshots of your data and existing chart and let me know what needs to be different?

Screenshot 2024-02-27 at 6.56.06 PM.png

Screenshot 2024-02-27 at 6.56.09 PM.png

Screenshot 2024-02-27 at 6.56.13 PM.png

Link to base

Jean_Roubas
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi @TheTimeSavingCo ,
That would be the idea, yes, but in my case I need to differentiate Meetings by Type.
The only way to display this information is to chose "Meetings" as the source of the graph since that is where the Meeting Type information is stored. By doing so, I cannot seem to filter out the People that are not part of my Team on the graph :

Jean_Roubas_0-1709196436873.png

Jean_Roubas_1-1709196453315.png

 

Ah, I see!  Thanks for the details! In that case try:
1. Creating a lookup field in "Meetings" that'll display the names of the team members:

Screenshot 2024-02-29 at 5.31.39 PM.png

2. Give it a conditional to only display the records where the type is "Team":

Screenshot 2024-02-29 at 5.31.35 PM.png

And in your Interface, use that new lookup as the X axis:

Screenshot 2024-02-29 at 5.31.17 PM.png

Does that work?  I've also updated the base to reflect this change so you can view it there!

Jean_Roubas
5 - Automation Enthusiast
5 - Automation Enthusiast

Thank you again @TheTimeSavingCo, that would work in an elegant way !

(Unfortunately I had to simplify my use case to make it short, but it happens to be way more complex : there are in fact companies and people that are involved in each meeting, companies are segmented by Type as well, and team members are assigned by type of companies but some meetings are mixing team members that are assigned to different types of companies on different types of meetings bla bla bla ...)

I have found ways to make it happen with rollups and lookups in various tables, but it is cluttering each table with so many fields that I was looking for a way to filter people out directly in the dashboard / graph parameters.
It seems that you can only filter information with fields that are on the source table. My source table being the "Meetings" table, I am reaching a dead-end..

Ahh, yeah fair enough.  Like you, I find myself creating new fields and tables just so that data gets formatted in a way that I can plug into charts due to how it expects the data sigh.  Sorry I couldn't help!