We are using Qlik Sense Cloud and are using the Salesforce Data Connection. I know I can limit the fields which we pull back from the API call, but how do you send a filter parameter?
So for example if I am pulling Account data and I only want to pull back records for a certain Account Type, how do I do that as part of the initial call? As of now I just pull back all Account data and then filter after. I am trying to reduce the number of records being pulled initially, especially with large tables.