zufolo441 opened a new issue, #21290:
URL: https://github.com/apache/superset/issues/21290
Hi everyone,
I'd need to prefilter some dashboards.
in older versions I used to pass parameters by url:
&preselect_filters={"465":{"idambito":["3Hmux"]}}
this filter chart was placed in an hidden tab, so the user couldn't (easily)
change it.
in newer versions, with native filters, I use the very complex syntax
native_filters=(NATIVE_FILTER-:(__cache:(label:'',validateStatus:!f,value:!('')),extraFormData:(filters:!((col:,op:IN,val:!('')))),filterState:(label:'',validateStatus:!f,value:!('')),id:NATIVE_FILTER-,ownState:()))
and it works.
Is there a way to hide or lock filter, so the user cannot change this value?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]