04-12-2022 01:24 PM
We need dynamic attributes in analytic controls to allow users the ability to get dynamic results based on the values they enter at runtime
For eg:
We can define dynamic attributes a control query as below where city,street,departmentname are the dynamic attributes
select username,owner from users where city = '${city}' and street = '${street}' and departmentname='${departmentname}' and statuskey=0;
Clicking on save opens up Add Attribute pop up where we can add definition for each attribute and save
V1 and V2 controls “Based on SQL Query” and “Runtime controls”
We can use as many we want to depending on the need
String, Number, Enum, Multiple select from list and SQL query
Yes, on the default values text box right next to Values text box in Add Dynamic Attribute pop up
We can see it under Other Attributes section in control show page
Yes, except the name of dynamic attribute, we have the ability to update all other attribute fields
When we click on “Run Now” on the runtime control, below window opens to edit/add new values to the dynamic attributes. Once attributes are updated, clicking on Run Control to run the control to retrieve desired results based on values entered in attributes
We have added a Freshdesk link on Add Dynamic attribute pop up when clicked will take you to the freshdesk documentation on how to use different type of dynamic attributes
Solved! Go to Solution.
04-12-2022 03:13 PM
Thanks Aarthi.
04-12-2022 03:13 PM