cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change coordinates of object in Crystal Reports?

Former Member
0 Kudos

Hello!

How can I change coordinates of object in Crystal Reports with use Formula?

At my report I have object of type Text (field text: Text1). I am going to analyse the input parameter - IsTest.

If IsTest=1 I have to lift up the field Text1 on three centimetres. I think that I should use Formula, buut I don't know how to apply to object's item.

May be like this:

+IF {header.IsTest}=1 then Text1.Y:= Text1.Y + 3+

I don't know exactly! Can anybody help me?

I'll appreciate for answers!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If your object is located in (for example) the Detail section simply "Insert Section Below" and put the object in one position in Details a - and in the other position in Details b.

Then conditionally suppress the section needed to display the object in the position you want - based on a parameter or db value.

Former Member
0 Kudos

What If I have more than one object like Text1 and I have 2 subreports in my reports.

Can I do it with formula?

Former Member
0 Kudos

I thought you had one object that you wanted to appear at different x/y coordinates....