I have a dashboard using a BAQ with Parameters. I have added another parameter. I then re-deployed both the classic and kinetic dashboards. My parameter list on the classic dashboard updated, but my Kinetic list did not. How to I update the parameter list on a Kinetic dashboard after the parameters have been changed on the BAQ?
Classic:
Kinetic:
I just figured out that if your parameter has a type of “int” it will not show up on Kinetic dashboards. I have created a case with Epicor and was given PRB0246228 as the development task to get this fixed.
If you change your “int” to “nvarchar” it will show up for you but it might cause problems since they can enter anything into that type of field.
Eva,
I have tested this out and you are right. I cannot see the INT parameter, but if I change it to another type, I can see it in the Kinetic Parameter list. When I change the parameter type on my BAQ, I get a warning:
So I did not use nvarchar because my BAQ table criteria is greater than or equal to my parameter (and I don’t think nvarchar allows for comparitors, so I used decimal.
This will work until the Problem case gets resolved. Thank you for solving the mystery.
You’re welcome Brian. It was a mystery at first but then I finally figured it out.