I'm familiar with writing to a text file (i.e. .csv). I think I learned the method from this forum.
I have a need to read from a text file, but I'm not sure of the best way to go about doing this in a RS macro.
The requirement is to have some semi-static, non-ADP DB data for use in the report...
Is it possible to use wildcards in a SQL derived field with a DECODE statement to approximate a "LIKE". For example:
DECODE("REPORTS"."V_CHK_VW_EARNINGS"."CHECKVIEWHOMEDEPT", '%AH', ( NVL( SUM(DISTINCT "REPORTS"."V_CHK_VW_EARNINGS"."CHECKVIEWGROSSPAYA") , 0 )), 0 )
to return the gross pay...
Is it possible to add comment/remarks in SQL derived fields?
I'm looking for the character(s) to use like the character (' I think) used to remark out lines in RS Macros.
Thanks,
Joel Ray
Ronile, Inc.
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.