×
Discuss on any other topics
Match records from different applications
- bobipaz
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 1 month ago #16404
by bobipaz
Match records from different applications was created by bobipaz
I want from a list with @IDs from an application( par exaple FOREX) to match them with fields( not @IDs) from other application(TELLER$HIS)
How can I do that?
How can I do that?
Please Log in or Create an account to join the conversation.
- armin
- Offline
- Elite Member
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
10 years 1 month ago #16405
by armin
Replied by armin on topic Match records from different applications
What is your relation between FOREX and TELLER ?
Please Log in or Create an account to join the conversation.
- bobipaz
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
- Thank you received: 0
10 years 1 month ago - 10 years 1 month ago #16406
by bobipaz
Replied by bobipaz on topic Match records from different applications
There is a local field in TELLER a pplication - 65 6 Deal Ref Number . This local field is multi value and there is entered the reference of FOREX
Last edit: 10 years 1 month ago by bobipaz.
Please Log in or Create an account to join the conversation.
- armin
- Offline
- Elite Member
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
10 years 1 month ago #16407
by armin
Replied by armin on topic Match records from different applications
Connect from TELLER to FOREX, e.g.
LIST FXXX.TELLER$HIS EVAL"DEAL.REF.NO<1,6,1>;SUBR('ENQ.TRANS','FOREX',@1,'SPOT.RATE')" AS FX.SPOT.RATE . . .
LIST FXXX.TELLER$HIS EVAL"DEAL.REF.NO<1,6,1>;SUBR('ENQ.TRANS','FOREX',@1,'SPOT.RATE')" AS FX.SPOT.RATE . . .
Please Log in or Create an account to join the conversation.
Time to create page: 0.077 seconds