Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Multiple lines and different text sizes in Report Footer

elsieahteck
7 - Meteor

Hello everyone!

 

Is it possible to have multiple lines and different text sizes in the Report Footer please?

Alteryx Footer Example.png

 

Thank you in advance.

11 REPLIES 11
IraWatt
17 - Castor
17 - Castor

Hey @elsieahteck,

You can press this button:

IraWatt_4-1653570131607.png

 

A bit of a hacky way is to change it in the html will a parse tool like this:

IraWatt_0-1653569816252.png

A formula tool would probably work better to overwrite these values:

IraWatt_2-1653569931785.png

IraWatt_3-1653570078162.png

 

Replace([Text], "font-size:12.0pt", "font-size:50.0pt")

 

Any questions or issues please ask :)
HTH!
Ira

 

 

elsieahteck
7 - Meteor

Hi IraWatt,

 

Thank you for your quick response.

 

But then how can I include this text Example in the Report Footer tool please?

 

Alteryx Big text.png

IraWatt
17 - Castor
17 - Castor

Hey @elsieahteck,

No worries, you don't have to use a footer tool to create a footer, you can just use the text tool and scale end edit it there:

IraWatt_1-1654076745410.png

 

 

elsieahteck
7 - Meteor

Oh wow, it worked!

 

Thank you very much IraWatt 😀

 

I have a few more questions:

1. Can we display the header and footer only on the first page of the document?

2. Can the header distance be changed so that it does not align with the text? Please see below

 

elsieahteck_0-1654079138235.png

 

IraWatt
17 - Castor
17 - Castor

No worries @elsieahteck,

For you second question I would add your test to a layout tool and mess with the padding and height:

IraWatt_1-1654080402601.png

Also it may be useful to look at using a custom margin in the render tool:

IraWatt_2-1654080438424.png

I'll have to investigate how to only put a footer on the first page, sorry couldnt be more help there

 

 

elsieahteck
7 - Meteor

Thanks a lot for your help IraWatt 😀👍

IraWatt
17 - Castor
17 - Castor

No worries @elsieahteck 😄 I'll let you know if I find anything on footers.

elsieahteck
7 - Meteor

Yes please @IraWatt 🙏

IraWatt
17 - Castor
17 - Castor
Labels