Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 
50% helpful (1/2)
KB-Sync1
Archer Employee
Archer Employee

Article Number

000032225


Applies To


Product(s): Archer
Version(s): 6.x, 2024.03
Primary Deployment: On Premises/AWS Hosted/AWS SaaS

Description


This article provides information on how to remove question completion count within the questionnaire status.

Resolution


Create a Custom Object:
  1. From the Layout tab, drag a New Layout Object called Custom Object to the Layout. 
  2. In the Custom Object window, give it a name such as Hide CompletedDiv
  3. For the Code value, enter the custom javascript below.
    <script type="text/javascript"> 
    Sys.Application.add_load(function() { $('.CompletedDiv').hide(); }); 
    ​</script>
    
  4. For Display, select the Both option.
  5. Click OK

Version history
Last update:
‎2024-09-21 07:46 AM
Updated by: