Advertisement
paulandzen

esk

Sep 6th, 2023 (edited)
1,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.58 KB | None | 0 0
  1. person|lookup:'Skin Condition' = 'Rosacea' or person|lookup:'Skin Type' = 'Rosacea' or person|lookup:'Rosacea' = 'Yes' or person|lookup:'Rosacea' = 'yes' or person|lookup:'Rosacea' = 1
  2.  
  3. "Pregnancy" in person|lookup:'Skin Type'
  4.  
  5. "I would like to have less" in person|lookup:"Pigmentation" or "Primary concern" in person|lookup:"Pigmentation" or "Primary Concern" in person|lookup:"Pigmentation"
  6.  
  7. #Anti-Aging
  8. person|lookup:'Finelines' = 'Primary concern' or person|lookup:'Finelines' = 'Primary Concern' or person|lookup:'Finelines' = 'I would like to have less' or person|lookup:'Finelines' = "I'd like to have fewer"
  9.  
  10. "I would like to have fewer" in person|lookup:"Acne" or "I would like to have less" in person|lookup:"Acne" or "Primary concern" in person|lookup:"Acne" or "Primary Concern" in person|lookup:"Acne"
  11.  
  12.  
  13. person|lookup:'Skin Condition' = 'Rosacea' or person|lookup:'Skin Type' = 'Rosacea' or person|lookup:'Rosacea' = 'Yes' or person|lookup:'Rosacea' = 'yes' or person|lookup:'Rosacea' = 1 or "I would like to have less" in person|lookup:"Pigmentation" or "Primary concern" in person|lookup:"Pigmentation" or "Primary Concern" in person|lookup:"Pigmentation" or "I would like to have less" in person|lookup:"Finelines" or "Primary concern" in person|lookup:"Finelines" or "Primary Concern" in person|lookup:"Finelines" or "I would like to have less" in person|lookup:"Acne" or "Primary concern" in person|lookup:"Acne" or "Primary Concern" in person|lookup:"Acne"
  14.  
  15.  
  16. person|lookup:'Submitted Quiz - marketing approved' != 'Yes' or not person|lookup:'Submitted Quiz - marketing approved'
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement