Focal Point
[CLOSED] Join indpendent data set in Report Assistant.

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7657059176

July 30, 2014, 06:15 AM
jvb
[CLOSED] Join indpendent data set in Report Assistant.
is it possible to join two tables having no matching fields.
for example: can i join CAR table with EMPLOYEE table.
I tried creating define fields in the respective master files as below:
*********car********
DEFINE CNT/I10 WITH CAR=CNT +1;,$
********************
*************employee*******
DEFINE CNT/I10 WITH EMP_ID =CNT+1;,$
****************************

when i try to use these fields for joining in report assistant i am not able to join.

Any thoughts over this.

Thanks,
Vivek

This message has been edited. Last edited by: Tamra,


WF 8.1.04,Infoassist,Oracle, Excel, PDF,HTML.
July 31, 2014, 10:35 AM
dbeagan
 
APP PATH IBISAMP
MATCH FILE CAR
PRINT COUNTRY 
BY COUNTRY
RUN
FILE EMPLOYEE
PRINT EMP_ID 
BY EMP_ID
AFTER MATCH HOLD AS MISMATCH OLD-OR-NEW
END
TABLE FILE MISMATCH
PRINT COUNTRY EMP_ID
END
 



WebFOCUS 8.2.06
August 04, 2014, 09:48 AM
Patlechat
Joins that are based on virtual fields use DEFINE-based syntax to create a virtual field
in the host file that can be joined to a real field in the cross-reference file.

The DEFINE expression that creates the virtual host field may contain only fields in the
host file and constants. It may not contain fields in the cross-reference file.

you talk about Report Assistant, are you in Developer Studio or in InfoAssist ?

In 77x, InfoAssist doesn't support file generation that can be the solution, if you need so, you have to use InfoAssist in WebFOCUS 8.


8207, Windows 2016 64b, HTML, AHTML, PDF, EXL07...
August 06, 2014, 03:19 AM
jvb
quote:
you talk about Report Assistant, are you in Developer Studio or in InfoAssist ?

I am using quickdata.


WF 8.1.04,Infoassist,Oracle, Excel, PDF,HTML.
August 11, 2014, 09:23 AM
Tamra
Hi

This is a friendly follow-up: While there have been some responses to Join indpendent data set in Report Assistant. , it’s still not resolved. Since it looks like those who were able to comment on this have done so already, please open a case on this if you would like to continue working on this issue.

Provided that no response is heard within two days, we will consider this topic as [CLOSED] and will update the subject line accordingly. Thank you for sharing and participating on Focal Point.

Regards,
Tamra Colangelo
InfoAssist Focal Point Moderator


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5