Text values are not reflected on dashboard on SonarQube - sonarqube

Hello,
trying to use SonarQube 5.1 for custom measures.
Created several custom measures, including int and text values. Assigned them through custom widgets to project and was thinking the data will appear.
Specified values through web service api.
The values for custom measures are not appearing until you start next scan. How we can have data available immediately as meausre has some data?
After scan the data for integer values appear but not for text values. I see measure with text values are assigned for the project but they are not shown for the project. How to make them visible?
Thank you.

This is linked to this Bug : https://jira.sonarsource.com/browse/SONAR-6203

Related

Google Sheets data validation different for each row

For my current project, I'm making a sheet that lets me keep track of my D&D characters. I use data validation to remind me what all the options are for various stats, with the information being kept in a separate "RefTables" sheet. Creating a data validation for selecting a character class is very easy, since there are only 14 classes total. What I'm having trouble with is the 'subclass' column. After you choose the character class, you get to choose your specialization, or 'subclass'. This differs depending on the character class you chose.
Right now I can do the proper data validation for each cell individually. In my ref tables sheet, I have a section where it will grab the character class value and put all the 'subclass' options into a row. I can then use data validation in that specific cell to grab the subclass row. This works, but is tedious to do for every single cell.
The formula I would love to put in the range section is
=INDIRECT(CONCATENATE("RefTables!Q",ROW(),":AJ",ROW()))
which appends the row number with the appropriate columns so each row automatically gets its own subclass row (EX: RefTables!Q3:AJ3, RefTables!Q21:AJ21, etc.). I've seen solutions for Excel, but I'm using Google Sheets so I can share this document more easily with friends.
tldr; How to use data validation in Google Sheets that is slightly different for each row
unfortunately, this is possible to achieve only the manual way setting it up for every single cell/row. Google Sheets' Data validation does not support injecting CSVs via formula.

Cognos: filter alternative?

I've defined a report in Cognos Report Studio.
I've also exposed this report in IBM BAM Business Spaces. I've used Report Viewer widget for that.
This widget allows end users to remove filters defined for the report. The data security is preserved (FGS applied), but they can access irrelevant data for specific report.
I would like to disable this (removing filters). Unfortunately this build-in widget is not allowing that.
As workaround I'm trying to use some other technique than filters to limit the data. I was trying to apply the filtering within the slicer.
My data is quite flat, and the data item I want to filter is not defined as dimension. That's probably the reason why it's not working for me.
I have a table with multiple columns.
My slicer definition:
filter([A_Events Query Subject].[ATracking_Events].[Status Code],
[A_Events Query Subject].[A_Events].[Status Code] = 'Q')
Anyway, all data (not filtered) are shown as a result.
Any idea how this can be solved?

BIRT: how to create multiple line charts dynamically in BIRT report

I have on BIRT report where I need to show testcase id , name in two columns (which I did with dataset), now I need to create line chart for each testcase dynamically. Where as my testcase number is not fixed. So i want to make a script which will create multiple line charts according to date of execution for each test case. first question is it a feasible one? If yes then how to do it?
If I understand you correctly you are wishing to add testcases as new
"series" in chart?
You can add new series inside script, but I'm not sure which phase (action) will be best for it, you'll need to experiment. BUT, this script will be part of your chart, so you won't be able to just access data from the table easily. So to make it possible you will need to make it accessible as a global variable BEFORE chart will start rendering.
Sorry I cannot give you sample solution, but I do not have IDE on this computer, so I cannot check what actions, and what input params we have possible to choose from.

SSRS Parameter Issue

I am trying to filter data using a text field, However when I specify the available Values to the dataset and field that I am using I recieve this error.
If I remove the Available values, The report runs fine.
I am using Visual Studio Ultimate 2012, with SSRS addon.
The available values can't be populated from the same data source that they are being applied to.
Create a separate data source for your available values and make sure they can populate without user interaction - without their own parameters in other words.
Get the distinct colors list on additional data-set and set it up as default value for your color parameter.
Remember that order of parameters is also important.

TeeChart in ReportBuilder ignores prouping

I am using TeeChart within a ReportBuilder Report and am now facing a problem:
Lets say I have a Report with a DataPipeline containing a table with two columns.
Now I grouped by one of the columns and put a TeeChart into the group content.
The ReportBuilder is now creating the groups as espected - however, the TeeCart within
the group content always uses all data from the pipeline (nongrouped) non the less - resulting
in repeating the very same (heavily overloaded) TeeChart within each group.
What is the best current practice here?
Is there a way to make the TeeChart to "respect" the grouping or do I have to create a Subreport in each group?
Many thanks and best regards.
Digital Metaphors are who develop, support and maintain the integration of TeeChart into Report Builder. I don't know if they support some kind of connection for the data in the report and the chart.
I'd suggest you to take a look at the TDBCrossTabSource in TeeChart. As you can see in the Summary grouping data section in the Tutorial 8 - Database access, TDBCrossTabSource supports grouping data by a field.

Resources