Jacob D
01/21/2025, 11:18 PMIsrael Gonzalez
01/21/2025, 11:22 PMIsrael Gonzalez
01/21/2025, 11:24 PMJacob D
01/21/2025, 11:32 PMIsrael Gonzalez
01/22/2025, 12:41 AMJacob D
01/22/2025, 12:41 AMJacob D
01/22/2025, 12:42 AMCASE WHEN {pricing.pricelevel} = 'Pro Purchase Program' AND {pricing.currency} = 'USA' THEN {pricing.unitprice} ELSE 0 END
• Clicked "Use Expressions" and duplicated the row, adding an "Or" criteria with the following formula to also account for Canadian pricing:
CASE WHEN {pricing.pricelevel} = 'Pro Purchase Program' AND {pricing.currency} = 'Canadian Dollar' THEN {pricing.unitprice} ELSE 0 END
• Under the results tab, I used the same formula(s) to create columns for the US and Canadian pricing, using Formula (Currency) this time and a Summary Type of "Maximum", with "Group" as the Summary Type for my other columns
◦ As it turns out, the Summary type is important and is where I was getting stuck because it isn't specifically mentioned in the link above but if you don't put it in, you get a row for each price level.
• Created an email alert for this search so that I can be proactively alerted whenever there are items that appear on the web that don't have pro pricingIsrael Gonzalez
01/22/2025, 12:45 AM