Notifications
Clear all
Mar 08, 2022 8:10 am
Symptom
You have written query and in the results you cannot find orange arrow to browse to the object.
Cause
Consulting
Solution
The Orange Arrow may not show in the following cases:
- The field does not represent keys of a table.
- Queries that contain groupings.
- Queries that are based on Archive tables ("A" tables).
- Queries that contain UNION clause.
- Queries that contains temporary tables.
- Queries for Formatted Search.
- Queries with parameters declared.
- Queries with certain restricted names in comment section
You could try using "FOR BROWSE" at the end of your query.
FOR BROWSE means that the result displays the orange arrow to navigate into the record of origin or document behind it.