Use SQL queries to get answers from GoldMine
Description: This query returns main contact, userdefined field and primary email address from contsupp for key1 (Contact Type) equals ‘Customer’
Customers and Prospect with no callback scheduled
Description: This Query assumes you use key1 to track Contact Type such as ‘Prospect’ or ‘Customer’ and key4 for the rep’s userid
Description
This query assumes that you have assigned rep by putting their GoldMine userid in key4. It shows the one most recent history for each assigned contact. In this case the rep is ‘DCS’
Description:
Run this only in Query Analzyer to create a table called ‘gm_userdef_usage_count’ which holds a row for each field and a count for how many times it has been used.
Description:This query is for a dBase hosted GoldMine. It returns the field names organized by field screen.
SELECT f52.label AS ScreenView ,f51.label AS ScreenName ,f51.fldname AS Fieldname ,f51.fldpos FROM fields5 f51 JOIN fields5 f52 ON f51.viewid = f52.viewid WHERE SUBSTRING(fldname FROM 1 FOR 1) = 'U' AND f52.fcol IS NULL AND f52.label = 'Tech Support Screen' GROUP BY f52.label ,f51.label ,f51.fldname ,f51.fldpos ORDER BY f51.fldpos
21 queries. 0.177 seconds