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

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

android - Format a french phone number -