Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

variant for report

Former Member
0 Likes
685

I am trying to save a variant for my report selection screen. but on saving, some fields are getting cleared. these fields remain blank when i select the saved variant.

any ideas what could be causing this?

regards,

Priyank

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
662

Hi!

When you are saving the variants, the fields can be filled using some logic in the variant.

During the saving, there are a lot of checkboxes grouped into 6 or 7 colomns.

I think some of these checkboxes are set, and they can overwrite the values in the fields.

Or the variant was saved, when the relevant fields were empty during saving.

Try to save the variant again, fill in the values and overwrite the old one.

Regards

Tamá

Hi!

When you are saving the variants, the fields can be filled using some logic in the variant.

During the saving, there are a lot of checkboxes grouped into 6 or 7 colomns.

I think some of these checkboxes are set, and they can overwrite the values in the fields.

Or the variant was saved, when the relevant fields were empty during saving.

Try to save the variant again, fill in the values and overwrite the old one.

Regards

Tamá

3 REPLIES 3
Read only

Former Member
0 Likes
663

Hi!

When you are saving the variants, the fields can be filled using some logic in the variant.

During the saving, there are a lot of checkboxes grouped into 6 or 7 colomns.

I think some of these checkboxes are set, and they can overwrite the values in the fields.

Or the variant was saved, when the relevant fields were empty during saving.

Try to save the variant again, fill in the values and overwrite the old one.

Regards

Tamá

Read only

Former Member
0 Likes
662

Hi Priyanka,

I tried saving a variant for one of my z programs ..with none of the check boxes selected and making any changes other than entering the name and meaning ..all of my values are getting saved and coming up when variant is called.

See if you are doing any thing different?

Read only

Former Member
0 Likes
662

Hi,

If you have any code in the INITILIZATION Event, then that will be triggered when you save the records in the selection screen. so look at the code, and do not clear the values in the PBO Events of the report

Regards

Sudheer