Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Previous Billing date

Hi,

I used this in the script:-

Left Join(Fact)
LOAD
CustomerProductMatKey,
VBRK.FKDAT,,
if(CustomerProductMatKey = Previous(CustomerProductMatKey)AND (VBRK.FKDAT <>Previous([VBRK.FKDAT])), Previous([VBRK.FKDAT])) as PrevBillDate
RESIDENT Fact ORDER BY CustomerProductMatKey, VBRK.FKDAT;

Previous billing date works fine but sales frequency multiplies

Any help please

Labels (1)
0 Replies