I have what is probably a simple question, but I have had QV for about two seconds and am stuck already so would really appreciate the help.
I have the below script (script 1) where I am trying to combine financial data - I am pulling in Actual sales via SQL, and then our budgeted sales via an Excel file and I am trying to concatenate the two tables to give me one table in QV which then allows me to pull data by scenarios (Actual and Budget).
I am then trying to pull out a data table which compares the actual sales against the budget sales by StatementCustomerShortName (see script 2) but the table does not connect the budgeted sales to the actual sales and puts all the budgeted sales against a zero StatementCustomerShortName.
Can you please let me know how I can get the budget data to sync correctly to all dimensions?
Many thanks,
Philipp
SCRIPT 1:
F8SALESANL:
Load *,left(CustomerAccountNumber,6) as StatementAccountNumber;