@ITWhisperer Below is my complete code. So do you any any possibility which is causing an issue ? What Can i fix here so it will work for all the users ? <form script="common:common.js, common:remove_elements.js, customer_reports:attrchange.js, customer_reports:kpi_dashboard.js" stylesheet="common:vanderlande.css, kpi_dashboard.css, common:project_specific.css" hideEdit="true" version="1.1">
<label>KPI Dashboard</label>
<search id="thresholds">
<query>| savedsearch report_kpi_dashboard_thresholds</query>
<finalized>
<!-- Availability -->
<eval token="availability_min_value">$result.system_dashboard_availability_min_value$-0.0001</eval>
<eval token="availability_max_value">$result.system_dashboard_availability_max_value$+0.0001</eval>
<set token="availability_max_range_threshold">$result.system_dashboard_availability_max_range_threshold$</set>
<!-- Completeness -->
<eval token="completeness_min_value">$result.system_dashboard_completeness_min_value$-0.0001</eval>
<eval token="completeness_max_value">$result.system_dashboard_completeness_max_value$+0.0001</eval>
<set token="completeness_max_range_threshold">$result.system_dashboard_completeness_max_range_threshold$</set>
<!-- Group Coherence -->
<eval token="group_coherence_min_value">$result.system_dashboard_group_coherence_min_value$-0.0001</eval>
<eval token="group_coherence_max_value">$result.system_dashboard_group_coherence_max_value$+0.0001</eval>
<set token="group_coherence_max_range_threshold">$result.system_dashboard_group_coherence_max_range_threshold$</set>
<!-- Lead Time -->
<eval token="lead_time_min_value">$result.system_dashboard_lead_time_min_value$-0.0001</eval>
<eval token="lead_time_max_value">$result.system_dashboard_lead_time_max_value$+0.0001</eval>
<set token="lead_time_max_range_threshold">$result.system_dashboard_lead_time_max_range_threshold$</set>
<!-- On-Time -->
<eval token="on-time_min_value">$result.system_dashboard_on-time_min_value$-0.0001</eval>
<eval token="on-time_max_value">$result.system_dashboard_on-time_max_value$+0.0001</eval>
<set token="on-time_max_range_threshold">$result.system_dashboard_on-time_max_range_threshold$</set>
<!-- Partitioning -->
<eval token="partitioning_min_value">$result.system_dashboard_partitioning_min_value$-0.0001</eval>
<eval token="partitioning_max_value">$result.system_dashboard_partitioning_max_value$+0.0001</eval>
<set token="partitioning_max_range_threshold">$result.system_dashboard_partitioning_max_range_threshold$</set>
<!-- Productivity -->
<eval token="productivity_min_value">$result.system_dashboard_productivity_min_value$-0.0001</eval>
<eval token="productivity_max_value">$result.system_dashboard_productivity_max_value$+0.0001</eval>
<set token="productivity_max_range_threshold">$result.system_dashboard_productivity_max_range_threshold$</set>
<!-- Throughput -->
<eval token="throughput_min_value">$result.system_dashboard_throughput_min_value$-0.0001</eval>
<eval token="throughput_max_value">$result.system_dashboard_throughput_max_value$+0.0001</eval>
<set token="throughput_max_range_threshold">$result.system_dashboard_throughput_max_range_threshold$</set>
<!-- Utilization -->
<eval token="utilization_min_value">$result.system_dashboard_utilization_min_value$-0.0001</eval>
<eval token="utilization_max_value">$result.system_dashboard_utilization_max_value$+0.0001</eval>
<set token="utilization_max_range_threshold">$result.system_dashboard_utilization_max_range_threshold$</set>
</finalized>
</search>
<search id="operational_hours">
<query>| savedsearch set_operational_hours</query>
<finalized>
<set token="operational_start_time">$result.operational_start_time$</set>
<set token="operational_end_time">$result.operational_end_time$</set>
<eval token="time.earliest_epoch">if($form.time.earliest$="",0,if(isnum($form.time.earliest$),$form.time.earliest$,relative_time(now(),$form.time.earliest$)))+($operational_start_time$*3600)</eval>
<eval token="time.latest_epoch">if(isnum($form.time.latest$),$form.time.latest$,relative_time(now(),$form.time.latest$))+($operational_start_time$*3600)</eval>
</finalized>
</search>
<fieldset autoRun="true" submitButton="false">
<input id="time" type="time" token="time" depends="$operational_start_time$, $operational_end_time$" searchWhenChanged="true">
<label>Time</label>
<default>
<earliest>-7d@h</earliest>
<latest>now</latest>
</default>
<change>
<eval token="time.earliest_epoch">if('earliest'="",0,if(isnum('earliest'),'earliest'+($operational_start_time$*3600),relative_time(now(),'earliest')))+($operational_start_time$*3600)</eval>
<eval token="time.latest_epoch">if('earliest'="",0,if(isnum('earliest'),'earliest'+(86400)+($operational_start_time$*3600),relative_time(now(),'earliest')))+(86400)+($operational_start_time$*3600)</eval>
</change>
</input>
</fieldset>
<row>
<panel>
<title>Throughput</title>
<chart id="throughput">
<search>
<query>| savedsearch report_kpi_dashboard_throughput operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$throughput_min_value$,$throughput_max_range_threshold$,$throughput_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0x3FC77A","0xB44441"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Cases</center>
</html>
</panel>
<panel>
<title>Availability</title>
<chart id="availability">
<search>
<query>| savedsearch report_kpi_dashboard_availability operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$availability_min_value$,$availability_max_range_threshold$,$availability_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Percentage</center>
</html>
</panel>
<panel>
<title>Completeness</title>
<chart id="completeness">
<search>
<query>| savedsearch report_kpi_dashboard_completeness operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$completeness_min_value$,$completeness_max_range_threshold$,$completeness_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Percentage</center>
</html>
</panel>
<panel>
<title>On-Time</title>
<chart id="on_time">
<search>
<query>| savedsearch report_kpi_dashboard_on_time operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$on-time_min_value$,$on-time_max_range_threshold$,$on-time_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Percentage</center>
</html>
</panel>
<panel>
<title>Lead Time</title>
<chart id="lead_time">
<search>
<finalized>
<eval token="lead_time">now()</eval>
</finalized>
<query>| savedsearch report_kpi_dashboard_lead_time operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.majorUnit">1800</option>
<option name="charting.chart.rangeValues">[$lead_time_min_value$,$lead_time_max_range_threshold$,$lead_time_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0x3FC77A","0xB44441"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Duration (hh:mm)</center>
</html>
</panel>
</row>
<row>
<panel>
<title>Utilization</title>
<chart id="utilization">
<search>
<query>| savedsearch report_kpi_dashboard_lfl_utilisation operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$utilization_min_value$,$utilization_max_range_threshold$,$utilization_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Percentage</center>
</html>
</panel>
<panel>
<title>Partitioning</title>
<chart id="partitioning">
<search>
<query>| savedsearch report_kpi_dashboard_lfl_partitioning operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$partitioning_min_value$,$partitioning_max_range_threshold$,$partitioning_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Percentage</center>
</html>
</panel>
<panel>
<title>Group Coherence</title>
<chart id="group_coherence">
<search>
<query>| savedsearch report_kpi_dashboard_lfl_group_coherence operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$group_coherence_min_value$,$group_coherence_max_range_threshold$,$group_coherence_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Percentage</center>
</html>
</panel>
<panel>
<title>Productivity</title>
<chart id="productivity">
<search>
<query>| savedsearch report_kpi_dashboard_productivity operational_start_time=$operational_start_time$ operational_end_time=$operational_end_time$ earliest_epoch=$time.earliest_epoch$</query>
<earliest>$time.earliest$</earliest>
<latest>$time.latest$</latest>
</search>
<option name="charting.chart">radialGauge</option>
<option name="charting.chart.rangeValues">[$productivity_min_value$,$productivity_max_range_threshold$,$productivity_max_value$]</option>
<option name="charting.chart.showMinorTicks">1</option>
<option name="charting.chart.style">minimal</option>
<option name="charting.gaugeColors">["0xB44441","0x3FC77A"]</option>
<option name="refresh.display">progressbar</option>
</chart>
<html>
<center>Cases/Hour</center>
</html>
</panel>
<panel></panel>
</row>
</form>
... View more