Hi there,
I am trying to create an input query that combines data already loaded in the system and user input.
In columns I will have Transaction Types (opening balance, movement 1 movement 2 movement 3, closing balance)
In the rows I have 0ACCOUNTS.
The idea is that the input sheet will show all jounrals for Opening balance, Input journal ID for movements, and All journals for closing balances.
I'll need to next the transaction type characteristic and journal characteristic, but the challenge is getting the right journal value for each movement characteristic.
The easy answer is to use a structure, but that means that the columns need to be fixed. the list of movements will need to changed based on the what accounts are chosen. This will be define using a variable in the filter of the query.
Is this something that can be done, or do I need to rethink the overall design idea.
Tim