It is acceptable to suppress my section. I only have 1 detail section, and I only want those records where the value is in my formula.
How can I suppress the section then based on the values of my formula?
In other words, how should the suppress formula look like?
Thanks
Jeroen
This is my formula
WhilePrintingRecords;
global stringvar Amount;
if len(Amount)>0 then
Amount := Amount+','+left(totext(val(totext({CSPRpt.N13}))),instr(totext(val(totext({CSPRpt.N13}))),',')-1)
else
Amount :=...
CR 9
I would like to make a selection based on a value in a formula field.
However I can not chose the formula field in the selection expert.
The formula field contains a value like this: 2,3,4 (made a string value to concatenate the numbers)
The purpose is then to select only the records...
Crystal reports 9
I have a byte data type field on my report. I would like to convert this field to a numeric field.
The tonumber (x) string function does not give me an error, but there is no result. Although, when I place the byte field on my report, I see data.
Any suggestions are welcome...
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.