Unchecking it did not do anything! I ran this formula:
if {I10_Abstract_And_Intervention_VR.IntervProviderNumber} <> "" then
{I10_Abstract_And_Intervention_VR.IntervProviderNumber} else
if next ({I10_Abstract_And_Intervention_VR.IntervProviderNumber}) = "" then
previous...
Yes, the report options has "convert null values to default" checked off. So I ran this formula and I am still getting blanks.
stringvar x;
if not isnull ({I10_Abstract_And_Intervention_VR.IntervProviderNumber}) or
trim ({I10_Abstract_And_Intervention_VR.IntervProviderNumber}) <> "" then
x...
No it is not suppressed. These fields are not required to be filled in.
If the provider did multiple interventions you only need to fill in the date and provider number for the 1st intervention for that date.
cp
That would work, however, I need to know each procedure by provider #.
For example:
Occurrence 1 has a Provider #
Occurrence 2 would be the Provider # from Occurrence 1
Occurrence 3 would be the Provider # from Occurrence 1
cp
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.