Need a special offer?Find out if your project fits.
+

Auto fill with empty records

Resolved
Accobat Development asked on September 8, 2021

Hello,
 
Is it possible to auto generate empty records for empty cells.
https://jsfiddle.net/nhjvy7Lk/
Using jsfiddle above when expanding usa and looking at february, there is 2 empty cells for green and red.
Is it possible to add and empty record for each of them like below and add it to the json datasource loaded in the report and have the RecordID be the next available, based on the information available in Rows, Cloumns and filters?

{
"Color": "white",
"M": "February",
"Country": "USA",
"Price": 0,
"recordId": 13
}

 
/Jimmy
 

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster September 9, 2021

Hello, Jimmy!
 
Thank you for writing to us.
Flexmonster's main purpose is to visualize necessary data with pivot tables or charts. The data itself is not modified inside Flexmonster. If you need to modify/autofill the data, we suggest handling this on your side.

We hope it helps. You are welcome to write to us in case further questions arise.
 
Kind regards,
Nadia

Please login or Register to Submit Answer