I am querying the LoginHistory object in Salesforce to show logins per day. I need to limit it to logins to the Salesforce UI vs via third party tools. I believe I can do this by having the following condition on the model:
Application = ‘Browser’
However, when I add this condition, I am still seeing values that I am trying to exclude. I use a basic model to see the actual data and I can see data in all of the fields I am trying to use in my conditions.
Any thoughts as to why this criteria is being ignored?
