Dashboard- Vendor Over view is drill down is not loading

Issue No: DASH-2380
Created 6/17/2019 10:52:05 AM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 19.1
Description This issue relates to i21 Help Desk ticket. Click the link below to go to Help Desk ticket.   [HDTN-232128 - Dashboard- drill down feature is not working in 19.1|https://helpdesk.irely.com/iRelyi21live//#/HD/Ticket/?ticket=HDTN-232128]         Issue:   In Dallmayr environment , Vendor overview drill down is not loading .     below is the drill down query . Same issue with Q number over view dashboard also.   SELECT CD.strContractNumber, CD.intContractSeq, CD.strEntityName, CD.dtmContractDate, CD.strItemNo, dblWeightKG = CD.dblDetailQuantity * dbo.fnLGGetItemUnitConversion(CD.intItemId, CD.intItemUOMId, 3), CD.dblDetailQuantity, CD.strItemUOM, CD.strContractBasis, CD.strContractStatus, CD.dtmPlannedAvailabilityDate, CD.dtmUpdatedAvailabilityDate FROM vyuCTContractDetailView CD WHERE @DATE@     Steps:   Using the provided panel queries, create a master panel and a subpanel.   Assign subpanel to master panel as a drilldown   Display master panel on Dashboard   Verify drilldown panel     Acceptance:   Should be aboe to open and load drilldown panel from master panel