11-17-2011 05:31 PM
Category Reporting
How would I get a report that would give me information on Categories. I would like to know what services are associated to what categories all if possible. I would also like to know if we have services that don't have any categories associated at all. We are trying to make sure that everyone is following the same rules when it comes to categories etc, thanks!
11-17-2011 05:31 PM
Wendy - MVCI
4:30am, May 27
Hi - we have code we use to pull this information from the database. Please see below. Hope this helps - thanks - Wendy
Select
da.name, dc.name
from
rcuser.defcategory.da,
rcuser.defcategoryservices db,
rcuser.defservice dc
where
da.categoryid = db.categoryid and
db.serviceid = dc.serviceid and
dc.isinactive = '0'
11-17-2011 05:31 PM
Anthony Erickson
8:19am, May 27
Wendy, thanks for that - that's something we've been after for a while too!
Cheers,Ant
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide