Solved
how to eliminate dots below the document link text
Hello,
Can you please help me removing the dots below the document link text as shown below
Code used:
a!richTextDisplayField(
labelPosition: "COLLAPSED",
value: a!forEach(
items: local!uploadedDocs,
expression: a!richTextItem(
text: extract(fn!getcontentobjectdetailsbyid(fv!item),"Name:",",") & char(10),
link: a!documentDownloadLink(
document: index(local!uploadedDocs,fv!index)
)
)
),
Screen shot :

