Hello, am using a read-only note, to have written on the survey form a listing coming from a pull data csv file. Is it possible to have this listing configured with a font size? some listings are pretty long.
Thanks
I have the same general font question, under the same circumstances as Rene (read only, pulling from csv). I know you said you cannot add a font tag to the pulldata function, but can you tell me where I should add it? I have included my calculations below.
Hi Rene,
The font tag should not be used in a pulldata function. I would recommend you have the pulldata function by itself in a calculate column, and then a note question that uses concat() to assemble the complete HTML string.
Thanks James. Should I indicate the font size to use in the calculation column? The values are coming from a pulldata:
pulldata('pk_WBS',,<font size=3>'pk'/<font>,'Num_WBS',${WBS_id}). As is, am getting an error
If you are asking to set the font size of a particular note (instead of the survey as a whole), you may be able to do that by combining the text you are showing with <font size="">TEXT HERE</font> tags. CSS font-size property provides some examples of valid values.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.