New Member
Since ‎02-17-2022
‎05-20-2023

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Mike_Procopio's Bio

Badges andria_campbell Earned

View all badges

Recent Activity

Hello, I need to create a conditional based on a filtered measure. I have: cart_id,count of product_id filtered by has_sold =”Yes”. I need: case when count_of_product_id filtered by has_sold = “Yes” > 1 then 1 else 0 end Basically if the cart has at ...