/
Qlikview Invoice Date limited to 31/12/2017
Qlikview Invoice Date limited to 31/12/2017
Problem
QlikView sales analysis is not picking up invoices dated after 31/12/2017.
Solution
In the Model,
File> Edit Script> Choose the Main Tab.
Find the line that is now green in my screen shot below. Put the two //’s in the front.
//let NumOfDays=(yearend(today())-'$(FirstTransDate)');
And then put the line below, below.
let NumOfDays=floor((monthend(today(),12)-'$(FirstTransDate)'));
then choose OK, save the model on the main ribbon, the one on the LHJS of the print icon is good, then refresh and have a test.
Related articles
, multiple selections available,
Related content
Jiwa BI / QlikView is not displaying data beyond a certain year
Jiwa BI / QlikView is not displaying data beyond a certain year
More like this
Qlik Sales Comparison 1 is sorting in the wrong order
Qlik Sales Comparison 1 is sorting in the wrong order
More like this
CRM Dashboard "My Customer Invoices Overdue" displays incorrect data
CRM Dashboard "My Customer Invoices Overdue" displays incorrect data
More like this
Standard invoice lists all the serial numbers invoiced rather then the serial number applicable to the delivery - D02 and higher
Standard invoice lists all the serial numbers invoiced rather then the serial number applicable to the delivery - D02 and higher
More like this
Purchase Invoice first invoice in warehouse produces error - 7.00.157 and prior only
Purchase Invoice first invoice in warehouse produces error - 7.00.157 and prior only
More like this
Trial Balance period end date for Next Year period 12 is incorrect where there are only 2 unrolled years in GL Setup form
Trial Balance period end date for Next Year period 12 is incorrect where there are only 2 unrolled years in GL Setup form
More like this