How should the validation State and Text be used on a component using the IAS Toolkit.
Goal is to add validation on user input. e.g. is the data formatted as expected? is the entered Stop time (component 2) larger then the Start time (component 1)
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023
Using the ValidationText property on interactive widgets you can specify what validation message should be displayed. This message is only displayed when the ValidationState property of that widget is set to Invalid. Do note that using these types of validation messages is only supported in Webcompliant environments (e.g. Dashboards, Cube with UseWebIAS option)
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023