Expand my Community achievements bar.

SOLVED

Can I use segment which has "then" condition in Data warehouse?

Avatar

Level 4

Hi,
Can I use segment which has "then" condition in Data warehouse?

Tomo

1 Accepted Solution

Avatar

Correct answer by
Level 6

No

 

because the data warehouse looks at individual records to see if they met the criteria in the segment. It can't handle a record looking for one thing to happen and then another. It just finds all the records that apply to the segment and outputs them. You can sort them and attempt your own 'then' clause adaptation

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

No

 

because the data warehouse looks at individual records to see if they met the criteria in the segment. It can't handle a record looking for one thing to happen and then another. It just finds all the records that apply to the segment and outputs them. You can sort them and attempt your own 'then' clause adaptation