Does anyone know a formula for an items on a trans...
# suiteanalytics
s
Does anyone know a formula for an items on a transaction search, I need to get items 50 to 100 but on the list it's 1 to 200.
j
Do you mean the ID of the item? Or the line itself.
s
Item number, controller gave me range of numbers he wants to look at.
Item name/number
j
but on the list it's 1 to 200
this part is confusing me
Item Name/Number is a String, not numeric
s
There are few items before and few items after which he doesn’t want to see, so I started with any of , then I thought maybe none of would work but for both it’s too many items to include and I cannot multi select on that item pop up
j
you might have to do some sort of fancy regex
s
Regex?
j
Regular Expressions.
s
Hmm you mean sql ?
j
If you've never used regex before this will be challenging
s
Hmm thanks I might need to go to partner for that, I also thought of just exporting it and chopping in excel
k
Ok, now I understand your question better... Why not just add a custom checkbox to your items, do a csv import or mass inline edit too set it to true and then use that field as a criteria instead?
j
☝️
s
that might be a possibility good idea!!