Posted 28 June 2021, 9:01 pm EST
When data value is null, what should I do when I don’t want to show null values in the color legend?
The legend color is displayed, but there is no text next to it, so it looks like a bug.
Forums Home / ActiveReports / ActiveReportsJS
Posted by: hyeweon.kang on 28 June 2021, 9:01 pm EST
Posted 28 June 2021, 9:01 pm EST
When data value is null, what should I do when I don’t want to show null values in the color legend?
The legend color is displayed, but there is no text next to it, so it looks like a bug.
Posted 29 June 2021, 5:14 am EST
Hello,
What type of chart and legend do you use?
Posted 30 June 2021, 1:10 am EST
Hello.
I usually use three of Column chart and line chart with Detail and Color legend.
Posted 30 June 2021, 5:10 am EST
You can set the “Exclude null” property of the Detail encoding to true.
https://www.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Report-Items/Data-Regions/Chart/column#details-encoding
Posted 30 June 2021, 8:24 pm EST
Thank you for your reply.
But I set Exclude Null to “true”, but the null value is still displayed in the legend.
Posted 1 July 2021, 5:09 am EST
okay, can you share a minimalistic report that would allow us to reproduce the problem?
Posted 2 July 2021, 4:39 am EST
You can archive a report into a zip file and attach it to a message by using the attachment area at the bottom.
Posted 5 July 2021, 4:04 am EST
Sorry for keep asking, but how to export the Report as a zip file?
I could only find a way to export to HTML, Excel, or PDF in View mode.
Posted 5 July 2021, 5:53 am EST
Just add it to an archive, like any other file.
This forum only allows attaching zip and images.
Posted 7 July 2021, 9:57 pm EST
Here is Zip file. Thank you for your support.ActiveReports.zip
Posted 8 July 2021, 5:02 am EST
There are no report files in the attached zip.
Posted 9 July 2021, 12:40 am EST
Sorry, but how do I share the Report file?
I’m not asking how to attach it here. I mean the report is not a file.
I went to the link and connected and used Active Reports JS. Do I need to share the link?
Posted 9 July 2021, 5:06 am EST
Report file is an *.rdlx-json file.
Posted 13 July 2021, 4:54 am EST
Thank you for your reply.
And Sorry to keep asking.
I couldn’t fine a way to export the report to *.rdlx-json file.
Could you please tell me the process?
Posted 13 July 2021, 5:26 am EST
If you created a report in the standalone report designer then you should be able to save it into a *.rdlx-json file by using the File/Save As… function of the main menu. https://www.grapecity.com/activereportsjs/docs/ReportAuthorGuide/Get-Started-With-Designer-App