Display data current page in RG

Hello,
I would like to display on my table RG only Amelie’s “Affaire” in my page formatted in type of content “DB_Contact”.
The problem is that I can display the data for all the fields except for the List_Affaire which belong to my DB_Affaire database.
What have I done wrong? Any ideas?
thanks for your help :wink:

image

Hey @douzaines.polder-0v :wave:

I think that repeating group will show affair lis5 of the current page’s contact, right? Then, the source of the repeating group should be Current Page's DB_Contact's List_Affair as far as I see and the text that you show should be the Current Cell's Nom Affaire and the other text boxes should be updated accordingly.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

1 Like

Hi @flusk

Thank’s for your help… :wink:
My RG was in “Do a search for”
Now I’ve changed it to Current page DB_Contact’s List_Affaire
But it shows me the entry in red

Because the type will be DB_Affair.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

That’s what I tested too, but nothing appears…
And in point 4, it tells me to put my type of content in DB_Contact

1/


2/
3/
4/
5/

I don’t understand, I haven’t had any problems displaying data, except for the data for the List_Affaire :unamused:

I think I should keep the do a search for because it shows me the data, but how can I display only Amelie’s “affaire”?
What constraints should I enter, any ideas?


If DB_Affair has no field that connects it to the DB_Contact, you can’t use a simple do a search. That’s why, it should use the Affair_list of the page’s contact. If you can’t see anything, maybe the page’s contact doesn’t have anything in that list.

Everything inside your repeating group will most possibly be of type DB_affair passing the current cell’s affair to the inner groups.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

@flusk Thank you but the answer is not clear for me, did you check my last post and all my printscreen ?

Yes I checked. Can you share your DB_affair type with all the fields and types of the fields.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

@flusk

For the context:

I have an RG on my dashboard page
and when I click on my card I display the contact ( Emilie Laurent) data on a new “contact-detail” page using → go to page



image

Alright. I am 100% certain in the contact-detail page, the top part of the page displays the contact’s name last name picture (information) etc. and the RG below that will display the list of affairs. The type of this will be DB_Affair and the source will be Current Page's DB_Contact's List_Affairs. Every group within the repeating group will be of type DB_Affair and the source will just pass either Current Cell's affair or Parent Group's Affair to the inner groups. That’s how it works.

If your RG doesn’t display anything, then it means the List_Affaire of the contact might be empty or it might be a privacy issue that blocks them to be displayed.

I hope this gives you the information you need.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

Good evening @flusk ,

I followed the whole procedure and it does not show me any data for Amélie in the contact-detail page while there is “affaire” data for Amélie. In my “affaire” tab of my Dashboard page all the data is displayed correctly.

All privacy rules are in public.

The problem is the display of the list_affaire data in my contact-detail page

Don’t you think this is a parameter problem —> problem sending data from my Dashboard page to my contact-detail page?

I’m stuck, and I don’t understand where the problem is :scream:


Hey @douzaines.polder-0v

I have created a simple demo for you. This is how it is supposed to work. Please see the demo below:
brave_OZCgTCN4CE

I have the same two data types:
image
image

And the dashboard lists all contacts, and when clicked, the details page is opened.
Details page’s type is Contact.

And the repeating group, lists the affairs of the page’s contact:

And the editor is below:

Please compare it with your configuration.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

1 Like

Hello @flusk

first thanks for your help and your time…
I’ve checked the whole thing, and we have exactly the same procedure, except for the addition of parameter and condition parameter between the page.
I think it must be a problem sending data via the parameters.
Because I can’t see where the problem could come from.
It’s very frustrating not to find a solution… :neutral_face:
I don’t understand why it doesn’t want to display the business data on the contact-detail page when it displays it without any problem on the dashboard page. :woozy_face: :sob:

dashboard-matemo
contact tab



dashboard-matemo
affaire tab


contact-client
contact tab






image

Hi @flusk

It finally works… :star_struck:
I removed the parameters on my dashboard page, then put them back and now my data is displayed.
Could this be a bug? weird

Thank you very much for your time. :smiling_face:
I hope this post can help others people…