sortable. For example if a column that's returned by the
doesn't work for computed fields.
can do the same for computed fields.
sorted.
Post by Terry DykstraIn the db painter, after you retrieve the records, click
anywhere within the results view and then the menu option
'Rows, Sort' becomes available. The menus are
enabled/disabled depending what the current view is.
Sometimes you need to "wakeup" PB/IM to tell it what the
current view is.
Regarding your user, that's a Tessitura problem. If
Tessitura calls the native PowerBuilder dw.sort() command
, you will get the standard dialog that
PowerBuilder/InfoMaker use.
--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
http://my.isug.com/cgi-bin/1/c/submit_enhancement
Post by unknownI generated an execute statement and ran the results -
and we got output - however the sort tab still does not
appear. >
Post by unknownmy question is however for the user - when the user runs
the report in Tessitura (the front end application) they
need to be able to sort the column, so we have to
program that the computed field is sortable. please
advise. >
Post by unknownPost by Terry DykstraDid you pull the records first? You need records
before >> you can sort in the db-painter. They should be
in the >> results tab.
Post by unknownPost by Terry Dykstra--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
http://my.isug.com/cgi-bin/1/c/submit_enhancement
Post by unknownWe were able to try your second suggestions - however
the column still did not sort.
In regards to the database painter - How do i get
that >> > sort tab to appear? I had the infomaker file
open, i >> > clicked on Tools -> Database Painter and a
new window >> > opened. We then found the procedure
associated with the >> > infomaker file - and still no
sort tab is available? >> Where do i find it? >
Post by unknownPost by Terry DykstraPost by unknownThank you.
-Lisa
Post by Chris PollachHi Lisa;
You have two choices ...
1) From the Report Painter .. enter the Data Source
(SQL) >> Painter. In that painter have a look at the
Sort >> tab in >> the lower part of that dialog. Drag the
new >> column from >> the LHS to the RHS to add it to the
sorting >> action. This >> will amend the SQL statement
when you >> close the dialog >> using the Return icon on
the 2nd >> toolbar. >>
Post by unknownPost by Terry DykstraPost by unknownPost by Chris Pollach- OR -
2) You can have IM sort the data after it comes back
from >> the DBMS by selecting the "Rows => Sort" menu
in >> the open >> Report Painter. Then in the Sort dialog
, drag >> the new >> column from the LHS to the RHS and
check the >> Ascending >> option On/Off as required.
Post by unknownPost by Terry DykstraPost by unknownPost by Chris PollachHTH
--
Regards ... Chris
ISUG - NA RUG Director
http://chrispollach.pbdjmagazine.com
Post by unknownGood afternoon,
we are using infomaker 10.5 - we must create an
additional field to our system report - which is
the >> >> > simple summation of the adjoining two columns.
Post by unknownPost by Terry Dykstrasort, >> > please advise on what should be done.