fire an event based on cell value

fire an event based on cell value

SradesignSradesign Posts: 25Questions: 4Answers: 1
edited June 2015 in Free community support

Hi Allan

in my datatable I have one column which contain a date-time and I want to run a popup alert based on that event for example : check the datatable every 1minute if there is any record which their date-time cell is equal with current time fire a popup with their record_id

Best Regards,
Ali.M

Replies

  • SradesignSradesign Posts: 25Questions: 4Answers: 1

    any suggestion?

  • SradesignSradesign Posts: 25Questions: 4Answers: 1

    Allan don't you have any Idea about this?

  • allanallan Posts: 63,689Questions: 1Answers: 10,500 Site admin

    You could simply have an interval timer that will loop over the data in the table, if it finds a match then it will perform whatever action you need.

    Allan

This discussion has been closed.