Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ELZ_ACCT
Product: Financial Elementz (6391)
Series: Project
Display Name: ELZ_Account_Translation
Physical Name: ELZ_ACCT
Technical Name: ELZ_Account_TranslationSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 ACCTSEG1 Account Segment1 String STR9_SEG1 9 2 ACCTSEG2 Account Segment2 String STR9_SEG2 9 3 ACCTSEG3 Account Segment3 String STR9_SEG3 9 4 ACTINDX Account Index Long Integer LI_14 14 Key to the Account Index Master (GL00105).
Click to show/hide
SELECT
['ELZ_Account_Translation'].ACTINDX AS 'ELZ_Account_Translation-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
ELZ_ACCT AS ['ELZ_Account_Translation']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['ELZ_Account_Translation'].ACTINDX = ['Account Index Master'].ACTINDX