Skip to main content

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
  1. 14 jul 2020, 14:07

    [Site] = 'Chicago' OR [Site] = 'Minneapolis' OR [Site] = 'Atlanta'

     

    Noob mistake, I wasn't adding apostrophes around the strings

0/9000