I have this requirement:
Page Page No:
AccountType 1
PrimaryPersonalInfoAddress 2
PrimaryPersonalInfoIdentification 3
PrimaryPersonalInfoEmployment 4
FinancialInfoPersonalW8/W9 5
FinancialInfoPersonalTrading 6
WarningPage 7
FinancialInfoHearAboutUs 8
Review 9
AcceptAgreements 10
AcceptAgreements-Next 11
In the table I am looking, there are records which look as follows:
CustomerID PageAbandoned Day
123 AcceptAgreements 2009-01-28
456 Review 2009-01-29
Basically, it means that customer 123 filled all out all pages uptil AcceptAgreements (he came to Accept Agreements page but abandoned the application), which means he filled up pages 1 to 9. Same thing for customer 456. He filled out pages 1 to 8. I want to keep a count of each page that got filled out considering the above requirement.
I am not sure on how to go about this though. Any help would be appreciated. Thanks.
Page Page No:
AccountType 1
PrimaryPersonalInfoAddress 2
PrimaryPersonalInfoIdentification 3
PrimaryPersonalInfoEmployment 4
FinancialInfoPersonalW8/W9 5
FinancialInfoPersonalTrading 6
WarningPage 7
FinancialInfoHearAboutUs 8
Review 9
AcceptAgreements 10
AcceptAgreements-Next 11
In the table I am looking, there are records which look as follows:
CustomerID PageAbandoned Day
123 AcceptAgreements 2009-01-28
456 Review 2009-01-29
Basically, it means that customer 123 filled all out all pages uptil AcceptAgreements (he came to Accept Agreements page but abandoned the application), which means he filled up pages 1 to 9. Same thing for customer 456. He filled out pages 1 to 8. I want to keep a count of each page that got filled out considering the above requirement.
I am not sure on how to go about this though. Any help would be appreciated. Thanks.