The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Display connected Formdata

Markus Hintzsche
September 6, 2024

He there,

 

given the fact I've got two forms:

formDepartments with field "name"

formTeams with field "name" and department as a smart classifier to select the department, the team is in.

 

How to display all teams, that are connected to a specific department on formDepartment? On SQL it would be an INNER JOIN... How to achieve this in confiforms?

 

Kind regards,

Markus

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mercy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 10, 2025

In ConfiForms, you don’t use SQL joins, but you can achieve the same result with field references and filters between your forms. If your formTeams has a smart classifier field pointing to formDepartments, you can show all linked teams in formDepartments using a ConfiForms TableView or ListView macro configured with a filtered dataset. Inside the macro, set the Form definition name to formTeams and the Filter to something like `department:[entry.name]`, where `entry.name` refers to the current department record. This tells ConfiForms to show only those team entries whose “department” value matches the current department form entry.

TAGS
AUG Leaders

Atlassian Community Events