Hello everyone,
I have created a small model with 2 processors. I added a State Pie Chart and installed the template to be able to extract the total processing time for each processor.
Then I tried to do a calculated table to multiply the processing time by a value only for the processor 1. I wrote the following SQL request:
SELECT Processing FROM [Composite State Pie Collector] WHERE Object = 'Processor1'
Unfortunately just the title of the column appears. No data. I tried to use the same statistics collector and select the processing time where the idle was 0 for instance, and it worked. So i checked the type of the column object in the statistics collector and changed it from double to string. Yet it is not working. I tried using different quotation marks like 'Processor1' , "Processor1" and even ´Processor1´ but nothing works. I do not know where the problem is. Could anyone help me? Please find the model attached.
Warm regards,