Transform Mendix views and grids

0
Hi all, in mendix i have this form structure: Data View (entity Rota) inside this data view (Rota-Department/Department) and reference set selector (Department-Staff/Staff). [Note: dash instead of underscore] This form gives me all staff if i have rota object (it works). Can you help me how can i translate this structure to xpath? //Module.Staff[.......] Regards, Lukas
asked
2 answers
0

Depending on what you want to include/exclude, your Xpath constraint should look like this:

[Module.Entity.Attribute = $Attribute]

Where $Attribute is the attribute of the current object (Module/Entity).

I hope you can use this to create your constraint.

answered
0

Little complications with sending image but my form is here: link text

answered