Jump to content

mojahidm

Hornbill Users
  • Posts

    163
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by mojahidm

  1. Hi,

    We work with external customers quite significantly. During one of our meetings it was raised as a possible improvement for the Hornbill app to be associated to our customer portal. We would like our customers to be able to add, update and follow their requests, check FAQs and get information about service statuses.

    Is this something that you would be interested in progressing? If not, is there anything blocking us from doing it on our own?

    kind regards,

    Mojahid

  2. Hi @Victor,

    what details were you after? Would it be the definition file? Or clarification of the issue...? With the report - I needed to be able to view the priority and how many incidents met the SLA and how many didn't. From the SQL I ran, I thought there would be another row for Priority 3 that stated 'Breached' or a '0' as it has a '0' in the within fix column. Second row in the screenshot below:

    image.thumb.png.a855d4c69b6df1bbac16d4c0ed3b4493.png

    The count is correct :) and I have four showing for priority 3 and two showing for priority 2, but it's not displaying the within fix as I expected.

    kind regards,

    Mojahid

  3. Hi @Victor

    Thank you for the help. The report appears to work ^_^. I've just been going through the data to make sure it's what I expect.

    I'm still struggling with the Within Resolve/Fix column...

    image.thumb.png.ad20f2db1383f508eff6174b5a247b86.png

    I was expecting to see a priority 3 that breached:

    image.thumb.png.10ebfa83e8a5402be53efb7a2b186f1c.png

    The sql I used to get this result was:

    SELECT *

    FROM h_itsm_requests AS hir

    JOIN h_sys_contact AS hsc

    ON hir.h_fk_user_id = hsc.h_pk_id

    AND hsc.h_company = 'UK_Review'

    AND hir.h_requesttype = 'Incident'

    AND hir.h_datelogged >= '18/03/01'

    Kind regards,

    Mojahid

  4. Hi team,

    I'm trying to create a report where I will enter in a date range and a list of orgnizations (from a previously made simple list). From this, I would want the organization name, the priority name and the within fix

    I have named the report: Sandbox Official 2.Incidents Resolved Count Ver5 - Date and Org with Priority/Fix

    The issue I have is that no data is being returned.

    Please see following report construction:

    image.png.7102bb93df8afe9ab980532ea667d81c.png

    image.thumb.png.f8e2330a3b745570e931762225fa133e.png

    image.thumb.png.8a35f0f45adca36661a631bb80ea71f7.png

     

    FILTERS:

    1. REQUEST TYPE WILL BE INCIDENT:

    image.thumb.png.1de966891e8d6b73dc27979c718b44fd.png

    2. DATE PROMPT FOR RESOLVED DATE

    image.thumb.png.8e0f60a885bc23ccffba67d6a3af221d.png

    3. ORGANIZATION PROMPT

    image.thumb.png.523cd2551f4254092eb64ae3a78d0434.png

    SELECT ORDERING

    image.thumb.png.fbcbced9196c2e637646cd3dde108742.png

    DATA PREVIEW

    image.png.bde5b4994da8c30123f291d1d4212f22.png

    image.thumb.png.1038328a9d90da8b177c8d80c6d8bd3d.png

    I have run the following code in the database direct and can see that there should be data here:

    SELECT *

    FROM h_itsm_requests AS his

    JOIN h_sys_organizations AS hso

    ON his.h_org_id = hso.h_organization_id

    WHERE hso.h_organization_name = 'UK_Review'

    image.png.1015fc64e49deecc58f403b492b27a9c.png

    Any help would be much appreciated

    Kind regards,

    Mojahid

  5. Hi @Bob Dickinson

    I've started to look at reports again. Taking 'Sandbox Official 1.Incidents logged Count Ver2 - Date and Org Works' as an example - the report itself is working fine. I can run it and I'm getting the data that I expected.

    However, when I make a change to it, the save button stays greyed out. I was hoping that the issue would resolve itself over time, but it doesn't appear to have done so

    Mojahid

  6. Hi @Bob Dickinson

    I attempted to duplicate one of the reports.

    As soon as I add the h_itsm_priority table, the save button greys out.

    It looks like it might be the way I'm joining the tables, as when I tried a join with h_itsm_requests and h_sys_organizations on the Organization ID - the save button wasn't greyed out anymore

    I'll keep digging :-)

  7. I did notice one other thing just now.

    There is a report that I can amend and save.

    However, when I go out of it and try to amend a different report, the save button on the different report stays greyed out...

    Could it be that the report is currently locked for me to work with and not letting me work on another one?

    I tend to click on the breadcrumb menu 'Reports' to go out of the report itself:

    image.thumb.png.303670094a2855aab6dbfa7791caad97.png

    Also, when I go into this specific report, BEFORE  I make any changes, the save button isn't greyed out:

    image.png.a50e6990c4b8713b9d8269cb27bedab4.png

    Mojahid

  8. Hi,

    I'm having a weird issue when I try to save a report

    I do the following:

    1. Go into a report:

    image.thumb.png.ab9d32c5453d494cd89fcd49686e7ad0.png

    2. Amend text in description (or anything at all)

    image.thumb.png.91cb3b8f194d4864c62da5dd6e1fca0a.png

    but the save button stays greyed out...

    Side Notes:

    - I am the owner of the report

    - I'm logged in as mojahid.miah

    - The report was a copy of an existing report

    - I have logged out and then back in

    - I've closed all my browser windows - cleared my history and tried again

    - The only way I can currently save the amended report is to use the drop down arrow and select 'Save as'

    - I go into any of my other reports and I now have the same issue, where I can't save any of them

    - I've tried a different browser (Usually use Chrome - tried Firefox)

    Not sure why this is happening but it's happened before. I went back to reports a few days later and it started allowing me to save again

    Mojahid

  9. Hi,

    I'm newly dipping my toes into the Project Module to see if it is viable for our Projects and Implementations team.

    One of the key aspects that they currently use is a discussion thread, where co-workers and contacts can post to.

    image.png.70ba4aff0b32f940fa40bfecca40228f.png

    I can see the above exists for Project Stakeholders to be able to utilise, but is there a way for contacts to do so as well?

    The closest I could find anything for, was the below:

    image.png.d05cf0587ee802cdd0779eb6d0ba4e9f.png

    but the option to add a contact isn't present...

    Side Note: We use Hornbill predominantly for external companies

×
×
  • Create New...