Knowledge: Report with Taxonomy Runtime Filter
Back
    Title*Report with Taxonomy Runtime Filter
    ManualReporting
    Created13/01/2022
    DetailFollow these steps to create a simple Data Room report that can be filtered by Taxonomy:
    1. Create new Web Report.
    2. Give it a name.
    3. Select Type Data Room.
    4. Pick Data Room to report on.
    5. Use the following select query replacing URL and CompanyID with correct values:

      SELECT ItemName, 'https://www.example.com/EditClaimTabbed.aspx?CompanyID=1&listitemid=' + CAST(Claims.ID as nvarchar(max)) as Link  FROM Claims WHERE ISNULL(Archived,0) = 0 {0} Order BY ItemName

    6. The {0} is automatically replaced by Sysero with other parts of WHERE clause for Data Room and any Runtime Filters.
    7. Select Taxonomy Field in Runtime Filters section.  Note if Repeater Taxonomy code will automatically generate SQL.
    8. Change Appear As to what you what filter to appear as e.g. Practice Area.
    9. Change Filter Type to DropDown.
    10. In Filter Query use syntax as found in article SQL to Lookup Root Taxonomy Level.
    Privacy Policy
    Cookies help us to improve your user experience. By using this site you consent to cookies being stored on your device. Read more...
    Back to Top
    View or hide all system messages