It gives me some options for fields to link to, but only a few of the many that I have bound in the report. I'm not sure how get any useful ones to show up.
It gives me some options for fields to link to, but only a few of the many that I have bound in the report. I'm not sure how get any useful ones to show up.
The help window for this feature is woefully inadequate. It seems to be pretty random which values it allows you to select. In my reports, I have a ton of things bound, but the "Go To:" thing only shows a few of them.
Oh do you work for Trace or Dassault? Here's an example of what I'm talking about. I've aliased a bunch of different things, but it seems random which ones show up in the screen I can use for linking. I want to be able to click on the component name in my component list, and jump to the component in the component tree. Or click on the cross reference field and jump to the location in the schematic. It's missing all this stuff. I don't know if it's looking for some specific syntax in the SQL code to be able to use the linking, or if it's a bug/limitation of the SWE software, or what might be going on.
Also, the help file says, "Default link: When a link has multiple results, you can select a link by default." I don't understand what this means. Am i setting some kind of default for just this specific window, or all columns in this report, or all reports in my project? And why would a link have multiple results? Nothing makes any sense.
Hi Daniel,
You need to add the 'id's' to the query to be able to navigate, but not any id. for instance, tew_location.loc_id Will let you navigate to the component browser where that location is or open the its properties. If you write tew_buildofmaterial.bom_id, the you Will be able to Access to the part properties.
I have done the next changes, firstly add the id's
later, select this id, in the Go to field
set the link type to Location to open the location properties
Apply and you Will be able to navigate from the report directly.
only when a record has a unique ID, SWE can navigate, showing (for instance) tew_file.fil_id, SWE cannot navigate as a component is drawn in several drawings.
Let me know the result.
Miguel
Hi Daniel,
According to the help, it used for selecting an ID in te query to be used for navigation. i.e. if the query has available file_id, then you can select this ID for navigate to specifi file.
Do you ususally use the help to know the new fetaures in SWE? ort just trry and error?