newlnuser
20th January 2011, 10:48
Hi,
Is it possible to give report names in Capital letters?
like tdsql.ITEM.
May be silly question.
Regards.
balabharathi
20th January 2011, 14:36
Hi,
Could you elaborate your query? If you want to give Report description in capital, yes its possible.
mark_h
20th January 2011, 15:20
Maybe you are talking about using something like toupper$()? You can search on it or look at the help, otherwise you will need to elaborate.
newlnuser
21st January 2011, 06:15
Hi,
Thanks for the reply.
My query is about assigning name in capital for the report names and not the description. In sql query ,i create a query in which a report name is assigned with sql package ex:tdsqlmyquery.
Here, is there possible to give the report name as tdsql.MYQUERY?
Thanks in advance,
george7a
21st January 2011, 13:15
Have you checked mark's suggestion? toupper$() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_string_operations_tolower_toupper):
http://www.baanboard.com/programmers_manual_baanerp_help_functions_string_operations_tolower_toupper
JaapJD
24th January 2011, 10:02
No, this is not possible. The domain that is used for the report code (ttadv.crep) is a domain that only allows for lower case characters.