Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Listbox Options Align

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Listbox Options Align
 Login/Join
 
Master
posted
I'm upgrading a few of my HTML UI's from 8008 to 8204. I have noticed that when a dynamic list is populated from a fex and the format for the display column in the XML is integer that the UI rights aligns the data by adding the html space code into the value. Is there away to tell it not to right align the data. 8008 did not do this and now its can change the user does not want. I tried F12 and setting the style attributes to it but the html code for a space it is issue.

Thanks for your help.

This message has been edited. Last edited by: FP Mod Chuck,




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Virtuoso
posted Hide Post
I know that this seems to be simple but what if you define your xml as below
SET ASNAMES ON
TABLE FILE GGSALES
SUM TOTAL COMPUTE SEQ_NOX /A7 = LJUST(7, FPRINT(SEQ_NO, 'I5', 'A7'), 'A7'); AS 'VALUE'
BY SEQ_NO AS 'CODE'
ON TABLE PCHOLD FORMAT XML
END
-RUN

Then you use VALUE as for the "Display From" and CODE as "Value From" in the control settings.
You will have the alpha value displayed as left justified but will return the numeric one to your fex.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Master
posted Hide Post
Yes, I did that and it does work. However, I have a lot of procedures that now need to be updated there has to be a way to tell it not to do that. Seem like a lot of work for something that should be easy.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Virtuoso
posted Hide Post
Agree.

To be honest, normally I don't have any list where the display is only a numeric field so, I haven't faced that issue.
I have to list a description with a code (number) so everything become a char as the displayed value but I return the number to the fex.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Listbox Options Align

Copyright © 1996-2020 Information Builders