Re: Grouping Fields

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 67133
interpreted = N
texte = I'd be either having a New field in the main db with a FINALPRICE, (that way you can do Was $$$ Now $$$ etc) OR I'd be doing it with a temp db like this: [search db=database.db&gePRICEdata=0] [writefile temp.db]SHOWPRICE [/writefile] [founditems] [appendfile db=temp.db][showif [SALEPRICE]=0][PRICE][/showif][showif [SALEPRICE]>0][SALEPRICE][/showif] [/append] [/founditems] [/search] [search db=temp.db&geSHOWPRICEdata=0&SHOWPRICEsort=1&SHOWPRICEsdir=de&SHOWPRICEtype=num] [founditems][SHOWPRICE][/founditems] [/search] [closedatabase temp.db] [deletefile file=temp.db] -- Regards, Marko On Tuesday, 9 May 2006 7:31 AM, Clint Davis wrote: I have PRICE and SALEPRICE fields in my product database. I want to find every product in the database and sort based on those fields. If an item is on sale, the SALEPRICE field is populated with a real number, otherwise it's populated with zero. Group1Field=SALEPRICE+PRICE&neGroup1datarq=find_all&deGroup1sort=1&Group1typ e=num My DB looks like this: PRICESALEPRICE 13.990 14.9912.49 10.990 This should display as: 13.99 12.49 10.99 Can this be done with Grouping, or do I have to create a table to re-search and sort? ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Grouping Fields ( Marko Bernyk 2006)
  2. Re: Grouping Fields ( Stuart Tremain 2006)
  3. Re: Grouping Fields ( Donovan Brooke 2006)
  4. Re: Grouping Fields ( Marko Bernyk 2006)
  5. Re: Grouping Fields ( Brian Fries 2006)
  6. Re: Grouping Fields ( Clint Davis 2006)
  7. Re: Grouping Fields ( Donovan Brooke 2006)
  8. Grouping Fields ( Clint Davis 2006)
  9. Re: Grouping fields help ( Gary Krockover 2004)
  10. Re: Grouping fields help ( Gary Krockover 2004)
  11. Re: Grouping fields help ( Gary Krockover 2004)
  12. Re: Grouping fields help ( Brian Fries 2004)
  13. Re: Grouping fields help ( Donovan Brooke 2004)
  14. Re: Grouping fields help ( Donovan Brooke 2004)
  15. Re: Grouping fields help ( Rob Marquardt 2004)
  16. Re: Grouping fields help ( Gary Krockover 2004)
  17. Re: Grouping fields help ( Gary Krockover 2004)
  18. Re: Grouping fields help ( Rob Marquardt 2004)
  19. Re: Grouping fields help ( Donovan Brooke 2004)
  20. Re: Grouping fields help ( Gary Krockover 2004)
  21. Re: Grouping fields help ( Donovan Brooke 2004)
  22. Grouping fields help ( Gary Krockover 2004)
  23. Re: Grouping Fields in Context (Josh Tiger 1999)
  24. Re: Grouping Fields in Context (John Hill 1999)
  25. Re: Grouping Fields in Context (Timothy W. Killian 1999)
  26. Re: Grouping Fields in Context (John Hill 1999)
  27. Re: grouping fields (Kenneth Grome 1999)
  28. Weighting of grouped results possible? (was: grouping fieldsquestion) (Dale Stokdyk 1998)
  29. Re: grouping fields question (Britt T. 1998)
  30. Re: Grouping fields problem (John Hill 1998)
  31. Re: Grouping fields problem (Dave MacLeay 1998)
  32. Re: Grouping fields problem (Britt T. 1998)
  33. Re: Grouping fields problem (Britt T. 1998)
I'd be either having a New field in the main db with a FINALPRICE, (that way you can do Was $$$ Now $$$ etc) OR I'd be doing it with a temp db like this: [search db=database.db&gePRICEdata=0] [writefile temp.db]SHOWPRICE [/writefile] [founditems] [appendfile db=temp.db][showif [SALEPRICE]=0][PRICE][/showif][showif [SALEPRICE]>0][SALEPRICE][/showif] [/append] [/founditems] [/search] [search db=temp.db&geSHOWPRICEdata=0&SHOWPRICEsort=1&SHOWPRICEsdir=de&SHOWPRICEtype=num] [founditems][SHOWPRICE][/founditems] [/search] [closedatabase temp.db] [deletefile file=temp.db] -- Regards, Marko On Tuesday, 9 May 2006 7:31 AM, Clint Davis wrote: I have PRICE and SALEPRICE fields in my product database. I want to find every product in the database and sort based on those fields. If an item is on sale, the SALEPRICE field is populated with a real number, otherwise it's populated with zero. Group1Field=SALEPRICE+PRICE&neGroup1datarq=find_all&deGroup1sort=1&Group1typ e=num My DB looks like this: PRICESALEPRICE 13.990 14.9912.49 10.990 This should display as: 13.99 12.49 10.99 Can this be done with Grouping, or do I have to create a table to re-search and sort? ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Marko Bernyk

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Re1000001: Setting up shop (1997) Can I invoke an ssi plugin from within a webcat page (1997) Error Lob.db records error message not name (1997) [searchString] (1997) Various Problems (1997) Major bug report on rootbeer (1997) Need relative path explanation (1997) Mystery authentication (1997) X Server (1999) Triggers and today's leap day? (2000) Striping Characters (1998) [include ...] behavior (1997) multi-paragraph fields (1997) Search repost: (2000) [OT] CSS and SSI books (2004) [SearchString] problem with [search] context (1997) Location of Browser Info.txt file (1997) Creating main- and sub-category search (1997) WebCat2b13MacPlugin - nested [xxx] contexts (1997) Moment of Thanks (1997)