the line type 0 is the actual number im trying to sum. so when i take the others out 930, 928, ect and put 0 in there it totals fine. just it is totaling everything, even what is not showning. i only need it to total what is visibly showing and it is driving me batty.
when adding if {invoice_line.invoice_line_type} in [928, 929, 930] then {invoice_line.extended_price} else 0
it still is 0 when summed. i have added a screen shot for your reference.
This is what i was suppressing in the section.
//{invoice_line.invoice_line_type} = [928, 929, 930]
//OR
//{invoice_line.item_id} = 'FINANCE CHARGE'
in select expert
{invoice_hdr.invoice_date} in {?Beginning Date} to {?Ending Date} and
{address.delete_flag} = "n" and
{invoice_hdr.customer_id}...
so to put the dates within a range to go from
6am to 6am how would that formula show? I'm still having trouble with it.
This is my current formula
{TRANS.TypeDescription} = "ISSUE" and
{TRANS.Transdate} = dateadd("h",6,datetime(currentdate)) to dateadd("h",-18,datetime(currentdate)) and...
that works great except that if i put anything into the field of ({INVENTRY.IssueUnitOfMeasure}) it multiplies it by .3048. such as MT is in there for about 6 items, the rest are blank, this is fine, but if i put in anything into the field of ({INVENTRY.IssueUnitOfMeasure}) it multiplies it by...
IF ISNULL ({INVENTRY.IssueUnitOfMeasure}) THEN {TRANS.quantity}
ELSE {TRANS.quantity}*.3048
my problem is this, i only need {TRANS.quantity} to multiply by .3048 if the ({INVENTRY.IssueUnitOfMeasure}) is = MT otherwise i need it to just be {TRANS.quantity}.
Any help here would be greatly...
i ennded up using the following formula and it worked
if {oe_line_1000.budget_code} startswith "P"
then
left({oe_line_1000.budget_code},5)
else
left({oe_line_1000.budget_code},4)
ok, i figured out that i cannot group by a group. what i need to do is group by the first 5 places if it begins with a P and by the first 4 if it does not.
my formula reads like this but i need to group by this formula and it does not show up to group by it.
if GroupName ({oe_line_1000.budget_code}) startswith "P"
then
left(GroupName ({oe_line_1000.budget_code}),5)
else
left(GroupName ({oe_line_1000.budget_code}),4)
i have this already, the problem i have is that i need a formula that would contain the textbox that you are suggesting....for example
Formula: {@Budget4}#{@Budget1}. I do not want to have to use a Text box to complete this task. i need to use a formula field that will contain the formula...
i am trying to make a formula to display correctly. What i need is this
{@Budget4}#{@Budget1} which should display the data
example 043#0017. I am having trouble getting the # in between in the formula. I do not want to do a text field that has the "formula # formula". I need a separate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.