Skip to main content

Leaving Ideagen Luminate

This link leads to an external site. Only proceed if trusted. Ideagen is not responsible for external content.

Ideagen Luminate logo Ideagen Luminate logo
    Navigation
    {{search submit=false instant=settings.instant_search class='search search-full' placeholder='Search for articles, announcements and more'}}
    Need help?
    Send feedback
    {{#if (not signed_in)}} {{#is help_center.name "Ideagen Help"}} {{#link "sign_in" class="unified-navigation--btn-primary"}}Sign in{{/link}} {{else}} {{#link "sign_in" class="unified-navigation--btn-primary"}}Sign in{{/link}} {{/is}} {{/if}} {{#if signed_in}}
    {{user.name}}
    {{#is help_center.name "Ideagen Help"}} Manage tickets {{else}} {{#link "requests" role="menuitem"}} Manage tickets {{/link}} {{/is}} Update profile Change password
    Privacy Policy Terms of Use
    {{#link "sign_out" role="menuitem" class="signOut"}} Sign out {{/link}}
    {{/if}}
    {{search submit=false instant=settings.instant_search class='search search-full' placeholder='Search for articles, announcements and more'}}
    This page does not meet FedRAMP security standards. Please avoid entering sensitive or classified information. Learn more
    Learn more
    Learn more

    Looking for help?

    Common queries

    View all
    Back Open

    Send us feedback

    Before you start

    This form is for Ideagen Luminate feedback only.

    Your submission will not receive a response. To request solution support, open a ticket with us.

    We'd love to hear your thoughts on features, usability, or what you love about Ideagen Luminate.
    Ideagen Community Logo
        • Community
        • Recent activity
        • Unanswered questions
        • News
        • Announcements8
        • Feature spotlight5
        • General1
        • Ideagen Audit Analytics
        • Discussions17
        • Ideagen Aviation Safety • Cora (Formerly Coruson)
        • Discussions4
        • Ideagen EHS • Priya (Formerly ProcessMAP / Ideagen EHS)
        • Discussions22
        • Ideagen Collaboration Portal (Formerly Huddle™)
        • Discussions9
        • Ideagen Please Review
        • Discussions11
        • Ideagen Smartforms (Formerly MiCo / Smartforms Professional)
        • Discussions5
        • Ideagen Quality Control • Professional (Formerly Inspection Xpert (IXOD) 2.0)
        • Discussions4
        • Ideagen Quality Control • Enterprise (Formerly Inspection Xpert 3.0 / Quality Control Essentials)
        • Discussions6
        • Ideagen Quality Management • Professional (Formerly Q-Pulse QMS)
        • Discussions172
        • Ideagen Quality Management • Core (Formerly Qualtrax / Quality Management Essentials)
        • Discussions38
        • Ideagen Workplace Training (Formerly WorkRite)
        • Discussions9
        • Ideagen Healthcare Guardian (Formerly InPhase)
        • Discussions38
        • Ideagen Policy Logic (Formerly CompliSpace)
        • Discussions5
        • Ideagen EHSQ • Enterprise (Formerly the DevonWay platform)
        • Technology updates24
        • Discussions1
        • Ideagen Mail Manager
        • Discussions8
        • Ideagen Audit & Risk Management
            • Discussions2
            • Discussions3
            • Discussions1
        • Ideagen EHS • Core (Formerly Lucidity)
        • Discussions5
        • Ideagen Machine Safety (Formerly Plant Assessor)
        • Discussions1
        • Ideagen Mail Manager • Enterprise (Formerly OnePlace)
        • Discussions1
        • Ideagen Compliance (Formerly ConvergePoint)
        • Discussions2
        • Ideagen Safe Food (Formerly SafeFood 360°)
        • Discussions2
        • Ideagen Supply Chain (Formerly Authenticate)
        • Discussions2
        • Ideagen Workforce Safety (Formerly Damstra)
        • Discussions4
        • Ideagen Risk Management • Ion (Formerly Pentana Risk / Risk Management)
        • Discussions0
        • Ideagen Internal Audit • Aura (Formerly Pentana Audit / Internal Audit)
        • Discussions0
        • Ideagen Internal Audit • Alto (Formerly Pentana MK / Internal Audit MK)
        • Discussions0
        • Ideagen Wearable Safety (Formerly Reactec)
        • Discussions1
    • Ideagen Help
    Ideagen Community Logo
    • Create a post
    • Sign In
    • Ideagen Luminate
    • Community
    • Ideagen Quality Management • Professional (Formerly Q-Pulse QMS)
    • Discussions
    • Calculated Field for number of days since notification
    Question

    Calculated Field for number of days since notification

    • Forum|Forum|6 months ago
      July 28, 2025
    • 4 replies
    • 134 views

    S
    Thinker
    Forum|alt.badge.img+1
    • StevenFM
    • Thinker

    Within the Dashboards feature of IQM in the Web based client, i’d like to create a list with the number of days since copyholders were notified. Would anyone know how to create a calculated field for this?

    • Quality
    • Ideagen Quality Management
    • Like
    • Share

    4 replies

    • Newest first
    • Best voted
    Sam Jackson
    Ideagen Employee
    Forum|alt.badge.img+5
    • Sam Jackson
    • Ideagen Employee
    • Forum|Forum|6 months ago
      July 29, 2025

    Hi Steven,

    This is definitely achievable!

    From the “Copy Holder” dataset, you should be able to create a calculated field using the following expression:

    ToStr( DateDiffDay( [NotifiedDate] , Today()  ) ) + ' Days'

    This works by:

    • Calculating the number of days between the Notified Date and Today’s date using DateDiffDay()

    • Converting that number into text using ToStr()

    • Then appending the label ‘ Days’ to display it more clearly in the report (remember to add the space before or it will display as 10Days rather than 10 Days

    If you encounter any errors, I would recommend manually selecting each function and field from the list rather than copy/pasting, just to avoid any hidden formatting.

    Once you’ve created this calculated field, you could then add a filter to only show unacknowledged copyholders. Add “Can Acknowledge” to the hidden dimensions and then add a filter along the lines of.. Can Acknowledge = Yes/True

    Hope this helps but reach out if you need any support!

    Sam

    Expression:

     

    Filter:

     

    • Like

    S
    Thinker
    Forum|alt.badge.img+1
    • StevenFM
    • Author
    • Thinker
    • Forum|Forum|6 months ago
      July 31, 2025

    Hi Sam,

    I’ve tried the above expression that you have provided to me, however it is throwing up an error when attempting to load data.

    Is there a way around this or am I missing something?

    • Like

    Sam Jackson
    Ideagen Employee
    Forum|alt.badge.img+5
    • Sam Jackson
    • Ideagen Employee
    • Forum|Forum|6 months ago
      August 11, 2025

    Hey Steven, sorry I missed this, I didn’t get an notification about it. My only suggestion would be to manually add the formula in by clicking on each function and field from the bottom of the “Edit Calculated Field” section. You may need to start from scratch with the dashboard once you get the error for the first time. I’ll reach out to see if we can get a call setup to support if easier.

    • Like

    M
    Enthusiast
    Forum|alt.badge.img+1
    • Martyn
    • Enthusiast
    • Forum|Forum|4 months ago
      October 9, 2025

    First of all, thanks to Sam for his tips above which I put to use trying to obtain days since a document’s Review Date had passed.

    Apologies for resurrecting an older thread, but I was facing the same error while building this near identical expression.

     

    While I don’t believe it would have been an issue with Sam’s original expression posted above, I noticed that the expression builder is less than helpful when suggesting/inserting fields.

    This expression always gave an error, which I built using the expression builder:

    DateDiffDays([Review Date],Today())

    After a lot of head-scratching and experimenting, I found that it works without the space in the field name (and no need for brackets then either):

    DateDiffDay(ReviewDate,Today()) 

    It seems that the suggested field names in the expression builder are not suitable, as selecting them here will insert “[Review Date]” into the code, which does not work:

    Suggested field names in expression builder

    If you binding the required field to a table column (or similar), you can take the actual field name from there:

    Actual field name shown after binding

    Thought I’d post it in case it helps someone else in future. Maybe it’s covered on the dashboard training course, but for others who are starting out, it’s useful to know I think.

      • Like

      Become a Quality Management: Professional Certified Administrator

      Learn more
      Powered by Gainsight
      Terms of UseCustomise cookiesAccessibility statement

      logo_full-color.svg

      Sign inSign up

      Login with SSO

      Ideagen Employee Login Login with Ideagen Hub
      or

      logo_full-color.svg

      Sign inSign up

      Login with SSO

      Ideagen Employee Login Login with Ideagen Hub
      or
      Forgot your password?

      Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

      Back to overview

      Scanning file for viruses.

      Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.

      OK

      This file cannot be downloaded

      Sorry, our virus scanner detected that this file isn't safe to download.

      OK
      CommunityAll forumsEvents Ideagen Luminate News
      Get in touch Open a Support ticket Contact sales
      Useful linksAll Help documentation All Skills courses Resources
      Get in touch Open a Support ticket Contact sales
      Ideagen Corporate news Events and webinars

      Connect with us
      ©  Ideagen
      Privacy PolicyTerms of Use Data Protection PolicyEnvironmental Policy Slavery and Human Trafficking Statement