Hey,
I have a Kinetic dashboard on a ubaq where I’ve defined a calculated boolean field to trigger an event when I check/uncheck the box.
It would be cool to have an actual button there to click.
Anyone done this?
Thanks,
Joe
Hey,
I have a Kinetic dashboard on a ubaq where I’ve defined a calculated boolean field to trigger an event when I check/uncheck the box.
It would be cool to have an actual button there to click.
Anyone done this?
Thanks,
Joe
Hello Joe,
Have you found a solution for adding a button within a grid column?
Best regards,
Burhan Bohra
No I never pursued it very far.
I just put a boolean field (checkbox) in the data row, and then an after-field-change event that sees the change in value from false to true and does whatever I would be having the button fire.
At the end of the event before it exits, it sets the boolean field back to false, clearing the checkbox.
Does that help?
Joe