Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Remove the link between two tables without loading

Hello

Is it possible to remove the link for the below data without loading.

Table1:

Load

          ID,

          A,

          B

From Table1;

Table2:

left keep (Table1)

Load

          ID,

          C,

          D

From Table1;

- Now i want take exact individual table data from front end by removing link.

Say for eg.

ID A B in one tablebox & ID C D in one tablebox.

2 Replies
chriscammers
Partner - Specialist
Partner - Specialist

Sorry there is not, the assiciative database is built in the load script. As long as your field names are the same they will be linked. If your problem is that the original data source is no longer available then you could load the current qvw into a new qvw and then manipulate the tables so they are not linked.

However, there is no reason that you can't show the columns from each table in a table box like you describe, you may need to use the "Omit when Null" setting from the presentation tab in order to suppress items that are on one table only.

Not applicable
Author

Did not get your question. Can you give another example?

Best Regards,
Vishal