Sorry to ask the same question a second time, I ha...
# suiteql
s
Sorry to ask the same question a second time, I have an IF with one line. When I select using Suiteql, it return 3 lines. I changed it to not select mainline, I'm down to 2 lines. Anyone has a trick to get only the that is on the IF ?
m
what is your query?
t
you are probably getting the "taxLine" as well. Try
AND taxline is 'F'
c
Item Fulfillments return 3 lines per item - for saved searches, I use the following formula:
MOD({linesequencenumber}, 3)
and only permit when values equal 0. You should be able to adapt this for your query.
Depending on what you're looking for, you may need that mainline on the IF
d
yeah, IF's are weird, the first item is also on the "mainline" you can use Clay's modulo solution. I tend to filter on
accountinglinetype