/build/static/layout/Breadcrumb_cap_w.png

How to generate a report of Knowledge Base Articles, including the article text

I am creating KB articles within the KACE KBOX 1100 Service Desk module, and my co-workers would like to have a report or document they can easily scroll thru to see what the articles text is before they start using them, so they can get familiar with the text options without having to actually click thru or into each and every KB article to read them.  I see I can export the KB list into a .csv file and the option exists to run a report, but I don't know how to acces or attach the article text to the report. 

Anyone have any suggestions?

Thanks, as always, and in advance, for any help you can offer.

~ JSCHU67


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: chucksteel 10 years ago
Red Belt
2

SELECT * FROM ORG1.ADVISORY; 

That SQL query will give you a straight dump of all of the data in the ADVISORY table which is where the knowledge base articles are stored. If you want just the title and text you would use:

SELECT TITLE, NOTE FROM ORG1.ADVISORY;


Comments:
  • Thanks a lot, Chuck! - jschu67 10 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ