(Canadian

jacobs said:Well, it turns out after more conversation in that thread, the original poster was wanting to create a QuickFill rule without a renaming rule, but QuickFill rules are tied to Payee names in the database; he also needs a renaming rule to do what he wants. But the point I raised here remains valid: being able to parse the text string from the FI which may have digits and not other characters the program is treating as delimiters currently.
Chris_QPW said:...Yes they would "solve" the problem of being able to craft a match for basically anything, but at the same time they would create a support nightmare.
...
The context of that statement might not be clear. I meant allowing the user to use regular expressions. They are powerful, but very complicated. Most users would mess them up and the support people would have to deal with it.smayer97 said:Chris_QPW said:...Yes they would "solve" the problem of being able to craft a match for basically anything, but at the same time they would create a support nightmare.
...I think that is hyperbolic at best.
jacobs said:Full-on regular expressions are undoubtedly too complicated for most users to know how to construct and use successfully in Quicken.
The set-up @smayer97 refers to from Quicken 2007 -- with a simple drop-down menu to choose between exact match, contains, starts with or ends with -- doesn't seem to be overly complicated for users:... So I'm favor giving the user the more useful, powerful tool. ...But again, it sounds like senior Quicken management would need to decide to make such a change across the Mac, Windows and cloud platforms, and direct each team to re-write their code to do it. How likely is that? Sigh.
This is actually called "file wildcard syntax", and I agree most people understand it, and it can be almost as powerful as regular expressions for the right application.
Just looking at your example with just * you can basically replace all of this with one text box:
Contains: *cat*
Is: cat
Starts with: cat*
Ends with: *cat
And it allows for ones that aren't on here. Like: *cat*dog*fish
BTW with "file wildcards" there is also ? meaning any one character, which may or may not be worth using too (seldom used or understood by the average person).
"New contains" where it is by "word context" that is the one that is harder, but you could easily just have an option like "Match Words". But in truth I bet just adding * as a wild card would allow for pretty much anything people need to match or you could have an "Match Words" check box.
In fact since you would need a way to go from the old form to the new form, you could have that check box and make it the default.
Chris_QPW said:BTW if it is possible to convince people that this should be changed it would be really nice to have an option to restrict a renaming rule to a give list of accounts.
Unfortunately, the amount of work this would take means that we won't consider this idea right now."
smayer97 said:Chris_QPW said:BTW if it is possible to convince people that this should be changed it would be really nice to have an option to restrict a renaming rule to a give list of accounts.If I understand you correctly, this has already been requested here:The reply is:"Not PlannedUnfortunately, the amount of work this would take means that we won't consider this idea right now."
Well sort of, it should be
done on the Renaming rules, but the answer given is "incorrect" or maybe "incomplete".
At a minimum level it could be implemented as
one more field in each "rule" for the account instead of a list of
accounts if that is the stumbling block. Not quite as useful as multiple
accounts, but still very useful.
So the code is:
I suspect the real answer is more along the lines of what Marcus said for the rest of this. As in "To do this we need to convince the Windows, Mobile, Web, and server developers to also do it. And our company works like a bunch of different separated companies and there isn't any way we can convince everyone to do something no matter how trivial all together. Except when they are dictating to us that it has to be this way because that is the way they already implemented something."
I've just discovered that you can add your own tokens. So far, I was only deleting unwanted ones. But if you type some word and press space, it will turn into a token, just like for tags.jacobs said:Or was about introducing a simple wildcard character without going full-on regex. Let a user search for "cat" or "cat*" or "*cat" or "*cat*".
caram said:I've just discovered that you can add your own tokens. So far, I was only deleting unwanted ones. But if you type some word and press space, it will turn into a token, just like for tags.jacobs said:Or was about introducing a simple wildcard character without going full-on regex. Let a user search for "cat" or "cat*" or "*cat" or "*cat*".
This will be quite handy.
@caram Are you talking about typing in the Renaming Rules window? That's what this discussion was about. And yes, typing any word separated by a space (or any other special character other than letters and numbers) becomes a token for the renaming rule. That's the way it's been since Renaming Rules were added last year. I guess I'm not understanding what you are finding a new and useful discovery?caram said:I've just discovered that you can add your own tokens. So far, I was only deleting unwanted ones. But if you type some word and press space, it will turn into a token, just like for tags. This will be quite handy.jacobs said:Or was about introducing a simple wildcard character without going full-on regex. Let a user search for "cat" or "cat*" or "*cat" or "*cat*".
Yes, this is exactly what I was talking about. It seems I was not the only one who did not notice this feature earlier. Although upon reflexion it not may as useful as I thought initially, since why would you add a token that was not in the bank label in the first place, and which otherwise would have been tokenized by QM already?jacobs said:@caram Are you talking about typing in the Renaming Rules window? That's what this discussion was about. And yes, typing any word separated by a space (or any other special character other than letters and numbers) becomes a token for the renaming rule. That's the way it's been since Renaming Rules were added last year. I guess I'm not understanding what you are finding a new and useful discovery?
@caram It seems this is only when the Mac is set to use a comma for decimals. There is no problem with losing cents when a period is used for decimals. I suggest you report this using Help > Report a Problem, as this should be easily verified, and it likely won't be seen here.caram said:Report > Export > Copy to Clipboard + Paste in Excel
Decimals are lost in Excel. Cents are also lost even when I paste inside a text editor like Sublime Text 3.
Language & Region > Advanced > General > Number Sep. > Decimal: ","
Command-R is assigned to Transaction > Mark As Paid. Accounts > Reconcile Account does not have a keyboard shortcut by default. If you are seeing Command-R for that command, you apparently created it yourself.caram said:%R
This shortcut is allocated twice:It would be good to allocate a different key shortcut to Mark As Paid.
- Accounts > Reconcile Account...
- Register > Transaction > Mark as Paid
One reason I'm posting here is that Report a Problem from QM no longer works for me (and has not since a couple of releases). I'm always getting an error message. Here's the one I got today for ex. And of course I AM connected to the Internet.jacobs said:@caram It seems this is only when the Mac is set to use a comma for decimals. There is no problem with losing cents when a period is used for decimals. I suggest you report this using Help > Report a Problem, as this should be easily verified, and it likely won't be seen here.caram said:Report > Export > Copy to Clipboard + Paste in Excel
Decimals are lost in Excel. Cents are also lost even when I paste inside a text editor like Sublime Text 3.
Language & Region > Advanced > General > Number Sep. > Decimal: ","
BTW, a similar issue is happening fo the Re-Reconcile window. Cents are lost and the integer part is strangely formatted (`.03d`):caram said:jacobs said:@caram It seems this is only when the Mac is set to use a comma for decimals. There is no problem with losing cents when a period is used for decimals. I suggest you report this using Help > Report a Problem, as this should be easily verified, and it likely won't be seen here.caram said:Report > Export > Copy to Clipboard + Paste in Excel
Decimals are lost in Excel. Cents are also lost even when I paste inside a text editor like Sublime Text 3.
Language & Region > Advanced > General > Number Sep. > Decimal: ","
I know, but it's never worked for me and it didn't right now. I tried all checked, all unchecked, and a number of checked/unchecked combinations, to no avail.RickO said:Re the error sending a Problem Report: this is a known issue. The workaround is to try unchecking some of the log attachments.