CWE Top 25 defects coverty scan - coverity

Coverty Scan Dashboard shows me some "CWE Top 25 defects". Is there any way to find which ones exactly are these in the Scan result view?

After some further searching, it turned out to be actually quite easy. In the defect viewer, you can click on the gear symbol in the top bar. This permits to set filters and there is a specific filter option where you can fill in the CWE.

Related

kibana 7: using drill downs in tables

Kibana 7
I have a table visualisation with with a total column and two Unique counts. I now want to be able to drill down into the cells to see a further level of detail for each of those cells.
Signature Total SrcIPs DstIPs
ET POLICY Vulnerable Java Version 11.0.x Detected 1,507 9 9
The table is in a dashboard and I have created dashboards for the targets of the drill down. I added a drill down to the dashboard containing the table but I can't figure out how to attach this to a table cell and how the the filters get passed.
I.e. I want to click on the cell for the number of src IPs and have it display another table with a break down for that IP.
Click on the total cell take one to a dashboard that shows the individual alerts.
My searching finds docs saying it is possible but no explanations of how to do it.
It appears that with tables you can only do this with url drill downs and since they are not available on the basic license I am stuck.
Kibana will happily let you attach a dashboard drilldown to the table even though it won't work.

how to split DETAILS row verticaly in Crystal Reports

I am trying to prepare a Crystal Report document. I have to split the document into two vertical panes. My document has 20 lines(10 on left pane,10 on right pane) to print like below
How can I split the document like below? I have tried to split the document by changing Secion Expert -> Details -> Layout. But it print first 10 rows in the first print, and the rest of the lines are printed on a new print.
Please give me an idea how to do this?
Alec was going the right way but he forgot about set up few more thing. On this picture you got all steps how to make it. Section expert of details then check Format with Multiple Columns and section Layout should appear. Click on Layout and enter value for width style (21cm / columns of your data)
Explanation: Crystal needs to know how much space you are giving him for each column (since A4 format is 29.7 x 21cm) then u put half of it (nearly 10 cm cuz of margins etc.) and then your columns should be separated.
NOTE : if u put 5cm for Detail size then u get 4 columns etc...
Hope it helps
In the section expert, under details there should be an option for "Format with Multiple Columns".
This will then make a 3rd "Layout" tab available as below, if you play around here you should be able to get the desired output.
EDIT
Another way is to duplicate the details section and underlay them. So records < 10 go on the original section, records >10 go on the underlayed section, messy but effective.

Modifying a report to remove a record limit?

I'm trying to modify a report that shows the Top 10 Customers by Sales. Currently, the report shows the top 10 customers, and stops.
I'm trying to remove the limit of 10, so I can see all customers sales data. I can't find where the report is setting this limit. I've looked through the formula editor, and can't find any relevant formulas to this limit.
Also there are no suppression formulas.
Any ideas?
Found the answer.
Under the Report > Group Sort Expert menu, I was able to select between:
No Sort
All
Top N
Bottom N
Top Percentage
Bottom Percentage
for the group sort. I selected All, and now all my records are showing.

Dynamically resize if hiding rows conditional in SSRS report

I'm working on a report which displays a configuration for a product, which depending on the product choosen has specific properties. I thought it would be handy to have one rectangle with a table on the left (tblDetailsB) and one on the right side of the report (tblDetailsA) (don't mind the order of A and B here...).
Under the rectangle I have another table which shows a list of drawers (if they're part of the configuration), this list comes from another dataset.
My problem is the size of the rectangle which holds tblDetailA and tlbDetailB is fixed (that's usually why one chooses a rectangle to hold..) and my tlbLade subreport for the drawers is under a lot of whitespace..
I could use subreports for tblDetailsA and tblDetailsB but I don't want to have too many of them..
I got myself into this mess, maybe someone knows a much better idea to solve this?
Thanks to http://www.sqldev.org/sql-server-reporting-services/hidden-rows-still-displayed-9660.shtml
I found out I have to suppress / hide the rows in the static row group under the details group (switch to advanced mode first..).
When I did that the size of the Rectangle (container) was ignored when the rows where hidden :)
Regards,
Mike

SQL Developer - cannot see some of the rows at the end?

I know that I have about 180 rows in my table. But, SQL developer lets me scroll down and see only 100. The scroll tab/field shows that there are more than 100. But, when i pull the scroll bar down, i don't see the remaining rows. After that, when i release the mouse button, the scroll bar returns to the middle of the scroll field.
This never happened before. Could it be a bug ?
Click on any field of the rows that were returned, then hit CTRL+END to retrieve the reset of the rows... that is how I have always done it.
EDIT: could also be your preferences
Tools -> Preferences
Expand Database
click on Advanced
update the SQL Array Fetch Value (MAX = 500)