"x% found this helpful." is greater than 100%DescriptionThis is happening when Articles have been imported with "Helpful count" [kb_knowledge.helpful _count] > 0. Then once a user adds a useful feedback [kb_feedback] for the article, the resulting "x% found this helpful." is > 100%.Steps to Reproduce 1. Export an article record with [kb_knowledge.helpful _count] > 0 to XML.2. Import this article to another instance where the article did not previously exist. 3. Open the /kb portal and search for the article.4. Click Helpful "Yes" or "No" button.5. Refresh the page.Expected behaviour: "x% found this helpful." should be <= 100%.Actual behaviour: "x% found this helpful." is > 100%.WorkaroundThis issue has been fixed in Washington DC release, but via script you can initialize helpful count to Zero after importing articles.Related Problem: PRB1697252