rlinsurf Posted October 21, 2003 Posted October 21, 2003 I'm trying to have each row showing in a portal have a number, but I can't figure out how to do it. My Key Field is called Name. If I create a summary (count of Name field) [Running], it does not just count all the records for that particular name, but *all* found records. And when I add to the records by creating new records within the portal, it doesn't update properly in any case. Is there a way to do this so that say, each of the rows for Joe Bar's records show 1., 2., 3., 4., etc. and each of the rows for Nancy Foo's records show 1., 2., 3., etc. ? All My Best, Jeffrey
BobWeaver Posted October 21, 2003 Posted October 21, 2003 Place the text "@@" (without the quotation marks) in the portal row where you want the row number to appear
ernst Posted October 21, 2003 Posted October 21, 2003 Hi Jeffrey, I tried using a calculated field with following definition..... Status(CurrentPortalRow) ....with the 'Do not store calculation result' option set to off. This sort of works, but does not update properly when a portal row is deleted. I do use numbered portal rows in a quotation system I made, but that's all handled via scripts that set the numbers. Cumbersome to program, but it works OK. Regards, Ernst.
Ugo DI LUCA Posted October 21, 2003 Posted October 21, 2003 @@ from the Menu "Insert Record Number". If you want some kind of "re"-numbering portal row, check Dj's sampler in the Sample section called "Renumbering and Moving around Portal Rows".
ernst Posted October 21, 2003 Posted October 21, 2003 BobWeaver said: Place the text "@@" (without the quotation marks) in the portal row where you want the row number to appear Well that's a nice trick!
Ugo DI LUCA Posted October 21, 2003 Posted October 21, 2003 Hmm... This wasn't the first one . Younch. OK, last one then...
rlinsurf Posted October 21, 2003 Author Posted October 21, 2003 Nope...all the beer's are on me...! Thanks for the great tip All My Best, Jeffrey
Recommended Posts
This topic is 7705 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now