04 Dec 2017 04:55 AM
Hello
We have a requirement, wherein we want to capture the data by performing 2 different filters.
if I use one single filter for the measure it works. when i club the both i am not getting any data. just wanted to know the reason screenshot attached.or do i need to make any change in the filter
bt1-with-data.jpgbt2-with-data.jpgbt1-and-2-combined-no-data.jpg
Solved! Go to Solution.
04 Dec 2017 05:20 AM
You need to change the logic here to OR
05 Dec 2017 05:43 AM
I changed to OR. still no data displays.
05 Dec 2017 10:03 AM
Hellom, now i can see the data with the login OR. but i want both the filters with Logic AND where no data is not displaying.
05 Dec 2017 10:31 AM
Hi Ramakrishnan,
Try to chart those measures individually and see. I think one of your measure is not returning any results.
Rajani
05 Dec 2017 05:42 PM
Hello Rajanikanth
yes i did individually as well ... it is returning results. screenshot is attached bt1 and bt2.
07 Dec 2017 12:00 PM
Hey Ramakrishnan,
Patrick's answer completely makes sense to me. You cannot create two different UA's with AND logic because it cannot be two different pages at the same time. You should only use OR condition.
But if you want you can create two BT's with each UA included and capture.
Rajani
06 Dec 2017 12:39 AM
It can not work with the AND logic if you are filtering for two user actions and the scope of the BT is user action. A user action can't be two actions at the same time.
What exactly do you want to achieve with this BT? If you want to get both actions filtered into this BT, you can use the OR filter. If you wan't only a certain BT, maybe with two specific web requests, you have to use a BT with user action scope and two web request filter measures.