Hi there,
I'm concatenating two or more text fields using the following string:
=[N_Genero] & [Epiteto] & [N_Autor]
However, when I run this report, I get a #Error for the object.
I get this one with other fields too.
I am trying modify it, but nothing happens, like:
with strings: =[N_Genero] & "Hello"
with several ampersands (&): =[N_Genero]&" "&[Epiteto]&" "&[N_Autor]
with parenthesis: =([N_Genero]&" "&[Epiteto]&" "&[N_Autor])
with several strings: =[N_Genero]&" "&[Epiteto]&" "&[N_Autor]
with AND: =[N_Genero] AND [Epiteto] AND [N_Autor]
with AND + parenthesis: =([N_Genero] AND [Epiteto] AND [N_Autor])
With OR: =[N_Genero] OR [Epiteto] OR [N_Autor]
with OR + parenthesis: =([N_Genero] OR [Epiteto] OR [N_Autor])
I get a #1 error, with the last 4 expressions, but I think the correct
way would be like the first 4 expressions.
Everyone are text fields, with similar properties between them.
Some fields may be empty, so that is the reason to
put them inside a one field, to avoid big spaces between words.
What I am doing wrong?
Please, I just need correct this to finnish the report.
Jaime
I'm concatenating two or more text fields using the following string:
=[N_Genero] & [Epiteto] & [N_Autor]
However, when I run this report, I get a #Error for the object.
I get this one with other fields too.
I am trying modify it, but nothing happens, like:
with strings: =[N_Genero] & "Hello"
with several ampersands (&): =[N_Genero]&" "&[Epiteto]&" "&[N_Autor]
with parenthesis: =([N_Genero]&" "&[Epiteto]&" "&[N_Autor])
with several strings: =[N_Genero]&" "&[Epiteto]&" "&[N_Autor]
with AND: =[N_Genero] AND [Epiteto] AND [N_Autor]
with AND + parenthesis: =([N_Genero] AND [Epiteto] AND [N_Autor])
With OR: =[N_Genero] OR [Epiteto] OR [N_Autor]
with OR + parenthesis: =([N_Genero] OR [Epiteto] OR [N_Autor])
I get a #1 error, with the last 4 expressions, but I think the correct
way would be like the first 4 expressions.
Everyone are text fields, with similar properties between them.
Some fields may be empty, so that is the reason to
put them inside a one field, to avoid big spaces between words.
What I am doing wrong?
Please, I just need correct this to finnish the report.
Jaime