We have shared account (multiple customer in one console) where multiple account’s machines are reporting in Bigfix console with their C_Code,
Need account wise usage report, I though will get this by counts of actions but in action unable to enable c_code property,
Please assist if any other way will get usage report for shared environment.
C_Code means customer code as we created property against of servers to designated customer (that’s through I can understand this machines is belong to which customer)
(name of it, name of issuer of it) of bes actions :—this query is not full fill our requirement because there is no customer information (c_code) only have issuer info,
(name of it,name of issuer of it, (name of it, value of property results whose (name of property of it="c_code") of it)of targeted computers of it) of bes actions
Your property is C_Code which is in mixed case. Jared did not know that, so the relevance code he wrote for you tested for c_code which is not the same thing.
*** Edited to correct the stupid smart quotes ***
Try this: (name of it,name of issuer of it, (name of it, value of property results whose (name of property of it as lower case ="c_code") of it)of targeted computers of it) of bes actions
or (name of it,name of issuer of it, (name of it, value of property results whose (name of property of it="C_Code") of it)of targeted computers of it) of bes actions
You’ll need to delete and retype the doublequotes. Somewhere they were converted from "standard quotes" into “smart quotes”, which are a different set of characters and not valid in programming.