Author |
Message |
Registered: December 10, 2007 | Reputation: | Posts: 3,004 |
| Posted: | | | | I have hundreds of profiles I would like to give a number of "none." Doing it one at a time would be unwieldly. Is there anyway to flag them and do them all at once? |
|
Registered: May 19, 2007 | Reputation: | Posts: 6,730 |
| Posted: | | | | | | | It all seems so stupid, it makes me want to give up! But why should I give up, when it all seems so stupid?
Registrant since 05/22/2003 |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Lewis_Prothero: Quote: Probably "BulkEdit" can do this. BulkEdit can clear the collection number with "Collection/Flagged/Clear Collection#", but so far I have not been able to find a way to set or clear the "None" checkbox. I checked my code again today to refresh my memory. Couldn't do it. There is a longstanding request to Ken to either put this in the product or allow plugins to do it (or both!). | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 10, 2007 | Posts: 4,282 |
| Posted: | | | | You should be able to implement this in BulkEdit by setting the collection number to -1. If that doesn't work, please open a support ticket so this isn't missed for 3.8. | | | Invelos Software, Inc. Representative |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Ken Cole: Quote: You should be able to implement this in BulkEdit by setting the collection number to -1. If that doesn't work, please open a support ticket so this isn't missed for 3.8. Ha! You know I almost tried a negative number. I did try null and then gave up. If this works, I will update BE very soon. Thanks Ken. Edit: Well collection number is set as a string in the API, so I tried "-1" but that didn't work. So I will submit a ticket unless I missed your drift. I suggest passing "" to clear, as it is, and passing null to set the None flag. I'll submit this idea in the ticket. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 10, 2007 | Posts: 4,282 |
| Posted: | | | | Unfortunately as you found this doesn't work, and there's no way to do it currently. Added to the list for 3.8. | | | Invelos Software, Inc. Representative |
|
Registered: December 10, 2007 | Reputation: | Posts: 3,004 |
| Posted: | | | | After I just spent a while sitting around waiting for Bulk Edit to load the 2300+ titles I wanted to unnumber. I guess I will tag them for later. |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Ace_of_Sevens: Quote: After I just spent a while sitting around waiting for Bulk Edit to load the 2300+ titles I wanted to unnumber. I guess I will tag them for later. But you CAN unnumber them. You just can't set the "None" checkbox. Edit: you don't have to load the profiles into BulkEdit. Just flag them and run the Collection/Flagged/Clear Collection# command. It is very fast. You will delete all your collection numbers, but you will NOT set the None flag. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 26, 2007 | Posts: 33 |
| Posted: | | | | Quoting Ken Cole: Quote: Unfortunately as you found this doesn't work, and there's no way to do it currently. Added to the list for 3.8. Sorry to dig up an old thread, but Ken, did this ever get added to 3.8? I still can't seem to find how to mark "None" for collection number on multiple items. Thanks. |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Cplhicks: Quote: Quoting Ken Cole:
Quote: Unfortunately as you found this doesn't work, and there's no way to do it currently. Added to the list for 3.8.
Sorry to dig up an old thread, but Ken, did this ever get added to 3.8? I still can't seem to find how to mark "None" for collection number on multiple items.
Thanks. Ken gave plugins a way in 3.8, by setting col# to -1. Since BulkEdit uses the API, it works fine. I think what you really want is for copy / paste to be updated to support the "None" flag. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Ace_of_Sevens: Quote: After I just spent a while sitting around waiting for Bulk Edit to load the 2300+ titles I wanted to unnumber. I guess I will tag them for later. Whoa, I'm way late seeing this post. Sorry about that. The BE docs suggest doing things in batches to avoid the nonlinear performance hit when working on large collections (probably memory utilization). a few batches of say 500 or less would have been better. There is now a "Collection/Flagged/Clear Collection#" menu provided by BulkEdit. I'm not sure if it was there when you had this problem, but that would have been the fastest way to do it, rather than loading the spreadsheet. And now I see I need to add a "None" option for the interim until Ken updates Copy/Paste. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 26, 2007 | Posts: 33 |
| Posted: | | | | Quoting mediadogg: Quote: And now I see I need to add a "None" option for the interim until Ken updates Copy/Paste. Just checking, any chance you added this to BulkEdit yet? Thanks... |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Cplhicks: Quote: Quoting mediadogg:
Quote: And now I see I need to add a "None" option for the interim until Ken updates Copy/Paste.
Just checking, any chance you added this to BulkEdit yet? Thanks... Oh drat, I just updated BulkEdit and totally forgot that one . Sorry about that. Will do ASAP. Hopefully today. Edit: Ok, done. See V2.41. Actually I had already done the code, and was waiting for Ken's fix in 3.8. He did it, but then I forgot to expose my code. So thanks for the reminder. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 26, 2007 | Posts: 33 |
| |