Hi. I've been trying to figure out this issue but I think I'm making it overly complex. I want to select all records for a journal entry based on user input for a numeric field.
The selection criteria I use currently only works for one or more journal numbers:
{tglTransaction.JrnlNo} in {?JournalNo}.
How do I make this work for "All records"? I have no problem using wildcards and such for strings but can't make the leap in how to do it based on number fields. I want the user to input one or more journal entry numbers, or something akin to "*" for all journals, and have the data set filter for that input.
Thanks in advance for your help.