Troubleshooting
Problem
Error 400 when using a query in a chart eg ATKRST121E The condition parameter 'CPU_ID=-1' contains an unknown property ID 'CPU_ID' ATKRST101E The parameter 'condition' with a value of 'System Name like 'Ozbezarius1'' is not formatted correctly.
Symptom
I have set a chart to use an ITM dataset and I wanted to use a query to filter the data that is getting diaplyed but I each time I save the settings it shows error 400 in GUI? and in the SystemOut I have messages with error codes ATKRST121E and ATKRST101E
Cause
In the docs is specified that you can use the Query Condition field to specify a filter for the request that cannot be expressed with the data set's defined parameters. Only items that match the specified filter are returned. Filters strings are formatted as ColumnName operator value, where: ColumnName is the name of a data column. The name of the column is not the column's label that is shown in the user interface column choice drop-down list, so you must be familiar with the data set.
Environment
Dash/JazzSM , chart populated by a ITM dataset
Resolving The Problem
In order to see what is the correct parameter that you can use , you could use the Firefox webconsole and check the URL build while the rest requests are made that contains the 'itmes' used
example

So, you can use queries like
CPUID=1
ORIGINNODE= 'Ozbezarius1:LZ'
Was this topic helpful?
Document Information
Modified date:
02 November 2020
UID
ibm10745895