Here is the situation. I ran a simple scan that looked for:
plot scan = [Criteria] > 20;
Of course, it worked perfectly by excluding all entries for which the criteria were less than or equal to 20. However, it also excluded entries that were blank (actually, when I ran my cursor over them it indicated “N/A”.
Now, what do I have to do to get these blank entries included with the original scan?
plot scan = [Criteria] > 20;
Of course, it worked perfectly by excluding all entries for which the criteria were less than or equal to 20. However, it also excluded entries that were blank (actually, when I ran my cursor over them it indicated “N/A”.
Now, what do I have to do to get these blank entries included with the original scan?
Last edited by a moderator: