Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Pushing the value of right aligned field to the left

Avatar

Level 1

Hi guys,

I have a question about right alignment. I have a form with caption and supposedly, dots as filler for the space between the caption and the value. I can right aligned the value and replaced the space with dots programmatically, but if the value is too long, the field is cutting off the values instead of the filler (making the left position as the anchor instead of the right position.) IMO, if it is right aligned, the anchor should be on the right instead of the left.

Can anyone help me with this issue? thanks!!

Example.


caption 1: ...........Value1

caption 1: ..V1WWWWW<WW>  (value got cut off and the dots overlaps with the caption)

caption 1:        ..........V1              (if value too short, there's space between the caption)

PS: or if you can give a different approach in filling the empty space between caption and value with dots, that's also a 10 pts suggestion if it works. Thanks!!!

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Not sure I follow can you send a sample that shows the issue to

LiveCycle8@gmail.com and I will have a look.

Paul

View solution in original post

1 Reply

Avatar

Correct answer by
Former Community Member

Not sure I follow can you send a sample that shows the issue to

LiveCycle8@gmail.com and I will have a look.

Paul

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----