In the classic dashboard application when there is a BAQ parameter an alert pops-up on the dashboard when it is refreshed to prompt for the parameter value.
In the Kinetic preview, a slide out appears titled BAQ parameter, but with no option to enter any values ? How can we enter the BAQ parameter in Kinetic ?
If so, this is a known issue reported in PRB0246228 and will be fixed in 2022.1.4. Below is the description and workaround for PRB0246228
PROBLEM DESCRIPTION:
If you have a parameter set as datatype int within a BAQ and then use that BAQ on a dashboard and deploy
that dashboard as Kinetic, the kinetic version does not list that parameter to edit it, it prompts for
parameters in general but the specific INT parameter will not be listed, unless you change the datatype
to be nvarchar. This does not happen in the assembly version
You can try this as a workaround.
Create a nvarchar parameter.
Create a nvarchar calculated field to convert the integer field to character: convert(varchar, youTable.yourField)
Then create a ‘SubQuery Criteria’ to use the parameter instead of a’Table Criteria’.
Table: Calculated
Field: Your calculated field
We have a similar scenario where once we enter the date range in the slide out for the BAQ parameter, it works but as we scroll down to view the data, the slide out keeps on displaying and wants you to re-enter the parameters. Anyone experiencing this issue that the slide out on BAQ parameters keeps on displaying as you scroll down?