Forum Discussion

PhilB's avatar
PhilB
Kudo Collector
10 years ago
Solved

Omit certain results from data when pulling from the SQL database

Hello,   I imagine this is possible, i just cant seem to figure it out myself. And i know i could apply a filter for this on my visualisations. However this could get tedious quickly.   Reason fo...
  • Anonymous's avatar
    Anonymous
    10 years ago

    PhilB Are you ever going to need the info for those users? If not, you could just filter this out by referencing a SQL View where the logic is built in to exclude those users, but return the relevant information you want for the sales table.