cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Header label and values printing dynamically in smartforms

Former Member
0 Likes
1,158

Hi experts

I have requirement like this while printing header in smartform

my header labels are dynamically print if value are not empty in header labels value field

pls any one tell me how to do that and sample code pls.

Thanks

sri

View Entire Topic
Former Member
0 Likes

Hi

thank u hari, prashanti, jayanthi

its working but my user wants like this

in between fields it displaying gaps user wnat dynamically printing continuous in the output

with out gaps

example: In table

slno. name1 m1 m2 m3 total

1 abc 50 50 160

if value empty in m3 it showing gaps in between m2 total

slno. name1 m1 m2 gap displaying total

1 abc 50 50 gap 160

my final output like this

slno. name1 m1 m2 total

1 abc 50 50 160

This problem sloved my slef , thank you all

thanks & regards

sri

Edited by: k srinivas on Jan 20, 2009 9:12 AM

Former Member
0 Likes

slno. name1 m1 m2 m3 total

1 abc 50 50 160

for column M3

create 2 text node.

1. in condition tab of text node specify M3 ne ' '.(for getting details if value of M3 is present)

in editor &M3&

2. in condition tab of text node specify M3 eq ' '.(for getting details of TOTAL).

in editor &TOTAL&

for column TOTAL.

in condition tab of text node specify condition M3 ne ' '.