RevealBi / Reveal.Sdk

Issue tracker - Reveal SDK https://www.revealbi.io/
https://www.revealbi.io/
3 stars 0 forks source link

Allow changing date filter name when server-side exporting #196

Open dwilches opened 4 months ago

dwilches commented 4 months ago

Is your feature request related to a problem? Please describe.

This feature was added to allow changing the date filters of exported dashboards: https://github.com/RevealBi/Reveal.Sdk/issues/25

Nonetheless, a recent version of Reveal added this page, which shows [Unnamed filter]:

image

It would be good to have a way to change that filter's name in server-side exports, this is related, but not the same as https://github.com/RevealBi/Reveal.Sdk/issues/195 because even if we don't have a way to hide this new PDF page, changing the filter's name is useful.

Describe the solution you'd like In PdfExportOptions, setDateFilterDefaultName or something like that.

Describe alternatives you've considered Keep using Reveal 1.6.1, can't show [Unnamed filter] to our customers, it would look like a bug.

Additional context None