How can I insert a line break in a lookup expression ?
S
Stéphanie FOURRIER
started a topic
over 2 years ago
How can I insert a line break in a lookup expression ?
Best Answer
S
Stéphanie FOURRIER
said
over 2 years ago
Lookup expressions in semQL allow aggregating strings using the string_agg <lookup_type>. If you need to insert line breaks between the values, you can use the following <separator> in a MarkdownComponent Type expression :
lookup string_agg stringAtt separated by '
' from yourChildEntity end
There are actually two spaces followed by a line break inside the quotes, which is one of the options supported by the Markdown spec.
1 Comment
S
Stéphanie FOURRIER
said
over 2 years ago
Answer
Lookup expressions in semQL allow aggregating strings using the string_agg <lookup_type>. If you need to insert line breaks between the values, you can use the following <separator> in a MarkdownComponent Type expression :
lookup string_agg stringAtt separated by '
' from yourChildEntity end
There are actually two spaces followed by a line break inside the quotes, which is one of the options supported by the Markdown spec.
Stéphanie FOURRIER
How can I insert a line break in a lookup expression ?
Lookup expressions in semQL allow aggregating strings using the string_agg <lookup_type>. If you need to insert line breaks between the values, you can use the following <separator> in a Markdown Component Type expression :
There are actually two spaces followed by a line break inside the quotes, which is one of the options supported by the Markdown spec.
Stéphanie FOURRIER
Lookup expressions in semQL allow aggregating strings using the string_agg <lookup_type>. If you need to insert line breaks between the values, you can use the following <separator> in a Markdown Component Type expression :
There are actually two spaces followed by a line break inside the quotes, which is one of the options supported by the Markdown spec.
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics