From: SourceForge.net <no...@so...> - 2003-10-22 02:17:51
|
Bugs item #827824, was opened at 2003-10-21 21:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Prabhu Shanmugam (pshan427) Assigned to: Nobody/Anonymous (nobody) Summary: CSV Download/Export all values less by 1 Initial Comment: When I make an export/download of the results all values are less by 1. These are all ranks and the ranks get subtracted by 1 after the download. I am using phpESP 1.6.1 Can any body hint me if this is a bug (if so how to solve it) or is there anything else i am missing? Thanks, Prabhu ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 |
From: Prabhu <psh...@pr...> - 2003-10-22 17:06:47
|
When I make an export/download of the results all values are less by 1. = These are all ranks and the ranks get subtracted by 1 after the = download. I am using phpESP 1.6.1 =20 Can any body hint me if this is a bug (if so how to solve it) or is = there anything else i am missing? Thanks, Prabhu |
From: SourceForge.net <no...@so...> - 2004-05-12 16:07:01
|
Bugs item #827824, was opened at 2003-10-21 16:37 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 Category: None Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Prabhu Shanmugam (pshan427) Assigned to: Nobody/Anonymous (nobody) Summary: CSV Download/Export all values less by 1 Initial Comment: When I make an export/download of the results all values are less by 1. These are all ranks and the ranks get subtracted by 1 after the download. I am using phpESP 1.6.1 Can any body hint me if this is a bug (if so how to solve it) or is there anything else i am missing? Thanks, Prabhu ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2004-02-23 12:52 Message: Logged In: YES user_id=704595 In the programming world, arrays are 0 based, so that is my guess as to why all the values are off by one. They start from 0, and go up from there. I hope this answers what your question was. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 |
From: Prabhu <psh...@pr...> - 2003-10-22 18:59:44
|
When I make an export/download of the results all values are less by 1. = These are all ranks and the ranks get subtracted by 1 after the = download. I am using phpESP 1.6.1 =20 Can any body hint me if this is a bug (if so how to solve it) or is = there anything else i am missing? Thanks, Prabhu |
From: Brian W. <br...@uc...> - 2003-10-22 20:17:51
|
There's been a fair amt of discussion of this. search the maillinglist archives for your keywords 'csv'...'export' I think the short answ is: "That is how it is for now." You can 1) use a macro in excel (or similar app) to correct this 2) make your own php mod to the correct function. -Brian At 01:12 PM 10/22/2003 -0400, Prabhu wrote: >When I make an export/download of the results all values are less by 1. >These are all ranks and the ranks get subtracted by 1 after the download. >I am using phpESP 1.6.1 > Can any body hint me if this is a bug (if so how to solve it) or is > there anything else i am missing? > >Thanks, > Prabhu > > >------------------------------------------------------- >This SF.net email is sponsored by OSDN developer relations >Here's your chance to show off your extensive product knowledge >We want to know what you know. Tell us and you have a chance to win $100 >http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 >_______________________________________________ >phpESP-devel mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-devel Brian Wood Programmer/Analyst UC Berkeley Human Resources |
From: SourceForge.net <no...@so...> - 2004-02-23 20:01:36
|
Bugs item #827824, was opened at 2003-10-21 16:37 Message generated for change (Comment added) made by axelseaa You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Prabhu Shanmugam (pshan427) Assigned to: Nobody/Anonymous (nobody) Summary: CSV Download/Export all values less by 1 Initial Comment: When I make an export/download of the results all values are less by 1. These are all ranks and the ranks get subtracted by 1 after the download. I am using phpESP 1.6.1 Can any body hint me if this is a bug (if so how to solve it) or is there anything else i am missing? Thanks, Prabhu ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2004-02-23 11:52 Message: Logged In: YES user_id=704595 In the programming world, arrays are 0 based, so that is my guess as to why all the values are off by one. They start from 0, and go up from there. I hope this answers what your question was. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 |