How to structure look-up tables
Confluence User - 10 Dec, 2015
My data model has 3 tables - 2 dimension tables and 1 fact table. For example, to use data that you're familiar with, I have "ExpenseClaims" (dimension), "ExpenseClaimItems" (fact) and "ValidClaimItems" (dimension) tables. The fact table only has keys to each of the dimension tables. Having created a row in ExpenseClaims, I want to select ExpenseClaimItems entries from the table ValidClaimItems. I was able to use a Form Grid to populate my fact table using key values from ValidClaimItems, but I can't work out how to populate my fact table by selecting one or more rows from ValidClaimItems.
I'm new around here! Please help.
forms;datalists;table;design