crystal reports - Put Alphabetical series in formula using HTML as Text interpretation -
i using 3 way formula put notes below group footer of crystal report. please see below example illustration
1. text a. text b. text 2. text a. text b. text 3. text a. text b. text c. text
i able put numerical series using variable , increment 1, in letters, have seen code like
chrw(96 + i) //where 1 based
but wont work because text interpretation on html, there alternatives? or conversion of code take effect in formula.
chrw(ascw("`") + (var2 := var2+1))
the code above worked me!, set variable var2 , initialize 0 value. conditioning create indention effect.
Comments
Post a Comment