Advanced search by Attribute does not works
Hi all,
I'm doing a search using the advanced tab by attribute name and value but a weird behavior is going on.
If I use an attribute eg. "Criado por" and a text value like "L299" the search is correctly made. Using an attribute "Tamanho do Servio (PF)" and a numeric value "6" nothing is returned, but I could confirm which an asset with this pair of attribute name and value exists.
Any help about what can be going on?
I'm doing a search using the advanced tab by attribute name and value but a weird behavior is going on.
If I use an attribute eg. "Criado por" and a text value like "L299" the search is correctly made. Using an attribute "Tamanho do Servio (PF)" and a numeric value "6" nothing is returned, but I could confirm which an asset with this pair of attribute name and value exists.
Any help about what can be going on?
4 answers
Hi,
1) What is the version of RAM? For future info, please always include the version of RAM. 7.5, 7.5.0.2, etc. This is important because each version, even down to fix, can be very different.
2) Since this isn't English, I can't tell for sure but are there any UTF kind of characters (I don't know what PF is, if that is just my screen showing it wrong or just exactly PF)?
Thanks,
Rich
1) What is the version of RAM? For future info, please always include the version of RAM. 7.5, 7.5.0.2, etc. This is important because each version, even down to fix, can be very different.
2) Since this isn't English, I can't tell for sure but are there any UTF kind of characters (I don't know what PF is, if that is just my screen showing it wrong or just exactly PF)?
Thanks,
Rich
Thanks for all responses until now.
In fact the search criteria isn't english. The attribute has been named with special characters like and ()/[]{}. The PF is a a abreviation to Point Function (analysis), the name of attribute is exactlyTamanho do Servio (PF) , using parentesis and special characters.
Looking on help, its necessary to scape this chars, but how exactly?
1.attribute:('Tamanho do Servio \(PF\)'='6')
2.attribute:('Tamanho do Servio \\(PF\\)'='6')
3. And the char (html => ç) how to scape?
In fact the search criteria isn't english. The attribute has been named with special characters like and ()/[]{}. The PF is a a abreviation to Point Function (analysis), the name of attribute is exactly
Looking on help, its necessary to scape this chars, but how exactly?
1.
2.
3. And the char (html => ç) how to scape?