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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -