Hi,
I’m passing some parameter to the data link url as in the following:
http://localhost:3000/d/bdwaaebkbur5sa/integration-dashboard?refresh=10s&viewPanel=6&var-cronTime=0%200%2022%20%2A%20%2A%20%3F%EF%BB%BF&var-integration=%EF%BB%BFNationProgrammeMetadataFilesDownload
when I retrieve the value as a variable in the target dashboard Im getting the following:
integration:?NationGasProgrammeMetadataFilesDownload
(incorrect)
instead of
integration:NationGasProgrammeMetadataFilesDownload
(correct)
for the cronTime Im getting
instead of just
0 0 22 * * ?
I tried using some proposed solution like ${cronTime:raw} or ${cronTime:text} but that did not help.
Here how Im passing the values in the data link:
http://localhost:3000/d/bdwaaebkbur5sa/nifi-integration-dashboard?refresh=10s&viewPanel=6&var-cronTime=${__field.labels.cronTime}&var-integration=${__data.fields["integration"]}
Im using version 11.2
Can someone please help?
Thanks