cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying 0 values

Former Member
0 Kudos

Hello,

I am having problems displaying 0 values is smartforms. I am creating a remuneration statement and looping over the RT/CRT for specified eval classes. The problem I have is when there are no entries for that evalclass no result is shown.

I still want the 0 amount to display?

My variables are type MAXBT.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ian,

Normally it depends upon the data type that U are using . Suppose for Quantity the data element is LFIMG and Domain for that is MENG13 for this if its initial 0 s will be coming. Try to declare varibales of that type or try this logic.

if var is initial

var = '0'.

endif.

regards

Avi....

Former Member
0 Kudos

That does make sense and I had tried previously and tried again. Also tried type BETRG but no success.

Thanks for your help.

Answers (0)