Hi All,
How can I add % complete in action column of web reports? I can see it in console but not in web reports.
Thank You.
Braian
Hi All,
How can I add % complete in action column of web reports? I can see it in console but not in web reports.
Thank You.
Braian
Which web report in web reports? Where do you see this in the console?
Can you provide screenshots or more context?
Hi James,
% complete is highlighted in the screenshot. I can’t find that in the web reports action tab.
Thanks,
Braian
Can you provide a screen shot of web reports where this info is missing?
Also, what is the name of the report, and how do you find it in web reports?
I may be able to help with writing session relevance to get this info that can be put into web reports, but I don’t use web reports very often.
Hi James,
Below is the screenshot of the Web reports. under Action tab I want to add the column % complete.
Thanks,
Braian
I haven’t looked into it at all, but just based upon your screenshot, I’m fairly certain those column options are from properties.
The % complete cannot come from a property. It must be calculated using a session relevance query.
This means it may not be possible with this report at all. Making a copy of the report and adding it through manual edits MIGHT work.
There may be an existing custom report that would satisfy your needs, many of them made by @leewei
You should look through the other reports provided by IBM in WebReports, as well as the old forum posts that have some extra reports you can import.
Hi James,
Thanks for your reply. I have tried browsing the forums but did not dind something like this. Maybe you can share the URL if I may have missed.
Thanks,
Braian
There is no such equivalent column available in Web Reports. You would have to make a custom report that uses session relevance to calculate the percentage based on number of fixed action results vs total number of action results.
Hi Steve,
Can you share some sample relevance or link of sample relevance for reference?
Thanks,
Braian
Here are the set of session relevance inspectors: https://support.bigfix.com/inspectors/Session%20Objects_Any.html
Total # of statuses:
(number of statuses of results of it) of bes actions
# of fixed statuses:
(number of statuses whose(it as string = "Fixed" OR it as string = "Completed") of results of it) of bes actions
What you are looking for, approximately:
( (it as string & "%25") of ((100 * number of statuses whose(it as string = "Fixed" OR it as string = "Completed") of results of it) / (number of statuses of results of it)) , name of it) of bes actions whose(exists statuses of results of it)
Hi James,
Thanks for your inputs, How can I add this to web reports?
Thank You.
Braian