Skip to main content
leonclintonc0001
February 11, 2022
Question

Record Link - Summary View

  • February 11, 2022
  • 2 replies
  • 0 views

I have a small doubt and want to know if it can be resolved or not.

So basically, I have a records list and I have generated a summary view for it. I am calling that record list in an interface wherein my column id_No is a link column and when clicked, displays a summary view of that particular record. I have created a local variable in that interface that should record/store the number of times any of the links from the id_No column are clicked.

Is there any way to achieve it?

2 replies

mikes0011
Brainy
February 11, 2022

It depends on what type of link you're using and how you're displaying the record summary view.  If you're using a straight Record Link, then I don't think you can do this.  However if you're using a Dynamic Link, storing the ID into a different local variable and displaying some record information further down (on the same interface) depending on the ID contained in that variable, then you could also store your "click counter" variable at the same time in the same dynamic link.

The Expression Guru
stefanhelzle0001
Brainy
February 12, 2022

There is a log file for this: docs.appian.com/.../Logging.html