| JoinTwoPagesByMatchingRowLabel |
This function copies selected text columns from another page to the current page, matching row labels between the pages.
Syntax:JoinTwoPagesByMatchingRowLabel, pageRef, tildeDelimitedTextColumnNames Parameters:pageRef – page index or caption of the page to be copied from tildeDelimitedTextColumnNames – tilde-delimited list of the text columns to be copied Examples:AddData,FirstPage.nod PageCaption,FirstPage Adddata,SecondPage.nod JoinTwoPagesByMatchingRowLabel,FirstPage,Plan~Month This example performs a 'lookup' function from the row label in SecondPage and if it finds a matching row label in FirstPage, it copies the text columns Plan and Month.Comments:If there is no matching row labelin the referenced page, the resulting text columns will be empty. Change Historyv4.1 - this is a new command |