on 2023 Dec 12 1:57 PM
Request clarification before answering.
You need to follow these steps:
1. define a data variable based on our data entity
2. drag for example a "list item" component to your UI
3. In the properties of this list item set Repeat with to your data variable
4. afterwards you can use all the individual fields of the data variable, like the expanded fields in the texts of this list item
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marc
Thank you so much for your support.
We are getting the data of all records in the expanded field, but we need only the expanded field value of a particular record only.
We tried ways to apply filter to achieve this, but unable to apply filters.
Could you please guide us to get only the required expanded field value .
Best Regards
Prasad
yes you can use them directly in the formulas. For example the field you would like to display is called customerNumber.
You have a list item that is repeated for every item of Goal_23 and you have expanded the Goal_23 with parentNav.
The formula would then be repeated.current.parentNav.customerNumber
Best regards,
Marc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
64 | |
8 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.