What is the procedure for translating a Script report like for Work Order:
labels are hardcoded.
def get_chart_based_on_status(data):
labels = [“Completed”, “In Process”, “Stopped”, “Not Started”]
What is the procedure for translating a Script report like for Work Order:
labels are hardcoded.
def get_chart_based_on_status(data):
labels = [“Completed”, “In Process”, “Stopped”, “Not Started”]