Hello,
I have two pages : Page1 and Page2.
On Page1, eVar1 could have any of these values :
s.eVar1 = "Proposed"
s.eVar1 = "NotProposed"
On Page2, eVar1 is not set again.
eVar1 is set to expire after visit, allocation most recent.
I want to calculate the following :
- Pass Rate from Page1 to Page2 with eVar1 = "Proposed"
Is this actually possible in Workspace ?
Can I create 2 segments :
Segment1 :
Page = Page1 & eVar1= "Proposed" (Hit)
Segment2 :
Page = Page2 & eVar1 = "Proposed" (Hit)
And divide the number of visits in Segment2 on Segment1. Does that work ?
Any help would be appreciated.