google-code-export / bluesquared

Automatically exported from code.google.com/p/bluesquared
0 stars 0 forks source link

BM: IF Value Equals #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the user has to repeatedly change specific values, and insert a value in a 
separate column based on it, they should be able to quickly do so.

--

Create a window with a dropdown to select which column to search on, another 
dropdown to select what data they want to search on. A 3rd option to specify 
what they are doing [replacing, appending, insert into]

* Replace: Replaces the existing data (if no data exists, new data will be 
inserted
* Append: Add additional data to existing
* Insert into: Inserts into another column, in the same row.

Original issue reported on code.google.com by casey.ac...@gmail.com on 15 Apr 2014 at 5:31