Use this tag for questions related to the WebDataRocks Pivot Table library.
Questions tagged [webdatarocks]
79 questions
0
votes
1 answer
How To Display a static measure or column once in webdatarocks
I am creating a Classic layout using rows, column and measure. I want to add a static column( without doing any sum/average) as a last column. How can this be achieved?
Given the following configuration:
"rows": [
{
"uniqueName":…

user6067069
- 25
- 6
0
votes
1 answer
JSON data returned by API not showing in webdatarocks angular
I am trying to display the data returned by REST api in json format using angular but nothing loads on screen. Any idea how to achieve that?
Below is what I am trying to do -
getData() {
this.service.getData().subscribe((res) => {
…

user6067069
- 25
- 6
0
votes
1 answer
How to specify multiple measures with different aggregation function?
I want to display min, max and average of the same data field. Tried the designer on demo page and it is not possible to add same column into Values list, nor is it possible to check multiple aggregation functions in the dropdown.
I tried to edit…

k2s
- 740
- 9
- 15
0
votes
1 answer
ERROR TypeError: Cannot read properties of undefined (reading 'qa')
I can't fix this. I'm using webdatarocks with googlecharts in Next.js. When I change the pivot design to flat mode appears an error when this code are executed in my component:
window.webdatarocks.googlecharts.getData(
{ type:…

IOrch-K
- 23
- 1
- 7
0
votes
1 answer
Export to Excel in hh:mm:ss in Webdatarocks web pivot table
If there is a data which is configured as time in webdatarocks, then it is exported correctly in hh:mm:ss format in Excel.
But if we have a calculated value which is obtained by dividing time value by numeric value (to get average) and this…
0
votes
1 answer
How do i change a pivot table from grand total to average?
Good afternoon, it is necessary that in the end there is not a sum, but the average of all values. Is it possible to implement this functionality?

Blitz
- 1
- 1
0
votes
1 answer
TS2503: Cannot find namespace 'WebDataRocks'
I have a react application and I'm trying to use WebDataRocks to render data from my bd. But, when I try to build I'm getting an error that says:
TS2503: Cannot find namespace 'WebDataRocks'.
I tried several stuff, but I still receive the error. The…
0
votes
1 answer
Is it possible to load a preformatted WebDataRocks report on component startup when the said report is stored in Sharepoint?
I have integrated WebDataRocks pivot table into one of our R Shiny applications. This pivot table has a pre-determined format and a dynamic dataset, that is updated in collaboration with the other members of the team. Both the format and dataset…

Tig
- 1
0
votes
1 answer
How to bind JSON data from ajax call to DataSource of pivot table webdatarocks
Here the data is not binding in the following code:
var pivot = new WebDataRocks({
container: "#wdr-component",
toolbar: true,
height: 395,
report: {
dataSource: {
…
0
votes
0 answers
Angular Set Type has the same value more than once
I wanted to use the Set Type, because i thought it can´t have the same value twice. But my 'coords' Set gets the same value more than once. What can i do, to get just unique values?
ngOnInit()
ngOnInit(): void {
this.coords = new…

Patman
- 1
- 5
0
votes
1 answer
Leaflet make function synchronous
I tried to call the setMarker() function in another function. But the markers ain´t set. I don´t know why, but maybe because the setMarker() function is async because of the Promise.
getCities()
getCities(rawData) {
for (const index in…

Patman
- 1
- 5
0
votes
1 answer
Is it possible to load webdatarocks data source from CSV string not CSV file?
I'm using React webdatarocks pivot table to display data source from remote REST services, the data format is CSV string, I can load json data as data source no problem but when I try csv data it won't work, anyone have similar experience or get…
0
votes
1 answer
report argument of pivta() function not working [R Shiny]
I am trying to point to a report, which is saved in sharepoint, to the pivta() function in R Shiny application through the report argument of pivta() function.
But its somehow not working for me.
Can anyone here guide me how to do that ?
Thanks in…

Moohoo
- 9
- 1
0
votes
1 answer
Webdatarocks content disappear after clicked apply in field toolbar, then apply button in Fields disable
enter image description here
enter image description here
webdatarocks content disappear after clicked apply in Fields toolbar. Appreciate someone could help. Thanks
error can reproduce same as link…

phang
- 3
- 2
0
votes
1 answer
Modification of the table
Good afternoon, is it possible to modify the table so as to add columns after the total? Excel demonstrates the option that we are striving for.
webdatarocks
excel

Blitz
- 1
- 1