sorry I may have worded my question wrong... I cre...
# general
j
sorry I may have worded my question wrong... I created a custom field called "production lead time" on POs that uses a custom formula for dates. I want to add this field as a column on my existing open PO report
s
If your field is dynamically populated with a formula, it might not be stored on the record. You need to store the value to be able to see it in reports/searches.
j
if i store the value it doesnt show on the transaction... also still doesnt show as an option to add to report.
custom field is integer/number with formula {today}-{trandate}
is display type normal okay?
s
1. Stored values do show on the transaction, if you do not see it (and the display type is normal) it is most likely hidden on the form. 2. You may want to try changing to formula to something like
ROUND({today}) - ROUND({trandate})
comparing raw date values is not super advised, that will at least make the comparison come out as an integer
j
storing the value lets me add it to report but it shows up blank... i switched it to ROUND({today}) - ROUND({trandate}) too
i dont care if it shows up on actual transaction.. i just need it to show up on a report if possible
s
Can you not just add the formula column to the report instead (I hate reports so I almost never use them)
j
negative
i guess ill use saved search
ty!