
After adding data source from server I want to restrict the volume it pulls. Having trouble coming up with a formula that works. The data includes multiple manufacturing sites: Chicago, Minneapolis, Atlanta, Tampa, Rochester, etc. I want to write a filter formula so that Prep Builder only retrieves the "Site" Chicago, Minneapolis, and Atlanta
1 respuesta

[Site] = 'Chicago' OR [Site] = 'Minneapolis' OR [Site] = 'Atlanta'
Noob mistake, I wasn't adding apostrophes around the strings