function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
elcid2000elcid2000 

Criteria condition question

Anyone know how I can add the following conditions to query data using Excel Connector?

 

   1. Created Date <= a given date

 

   2. Number/Amount >= a give Number/Amount

ScrapsScraps

You can do that easily using the Table Query Wizard (sforce_connector toolbar/Sforce Table Query Wizard). This is the most foolproof method!

 

That being said, I don't think there is a way to use Date fields in the filter criteria without changing the code behind the connector, but give it a try and let me know if i'm wrong!