Subset data table
Hi all, From my previous post, i face the subset data problem. I using the hard coding to list down the subset data table one by one. But now i want dynamic the code, one of the reason that i don't want list down one by one(hard coding ) is if in future I have 50 F D in one dataset, so is impossible to me to list down the F D one by one right? I try using the script below, but still have errors, a...