Ignition Design Help

Hi, I have history tag of Boolean data type. I want to insert this tag into a table if it is true only. How to do this???

i have to use this tag as indirect tag also.

Create a customized memory tag with expression as if ( the specified boolean history tag=true,), this will store the true to new history tag…