Currently I have a parameter field with a 6 digit number, for example Ticket Numbers.. soo think of ie. 856031,
now the database shows this as 00856031. now I can do this with parameters with only one number. but if i was to add multiple parameters than my whole report stops working.
because the parameter fields creates an array with how ever many tickets someone wants to look up in their report.
soo I was wondering if there is a way to have the parameters be a string... but with multiple parameters, that is "ie. [887493 384750 287495] and have that made into a number.
you see I can have the parameter fields as a number instead of a string, but then when you add, it defaults as 856,031.00 which is not a ticket number.. its a number. I want to just have it displayed as 856031 without all the .00 and so on. however, I noticed taht I can only do that if I made the parameter field a string. is there anyway to make the array a number??
and if I have to seperate it, than how would i go about doing that where the record select would understand that there is more than one number.
thanks
now the database shows this as 00856031. now I can do this with parameters with only one number. but if i was to add multiple parameters than my whole report stops working.
because the parameter fields creates an array with how ever many tickets someone wants to look up in their report.
soo I was wondering if there is a way to have the parameters be a string... but with multiple parameters, that is "ie. [887493 384750 287495] and have that made into a number.
you see I can have the parameter fields as a number instead of a string, but then when you add, it defaults as 856,031.00 which is not a ticket number.. its a number. I want to just have it displayed as 856031 without all the .00 and so on. however, I noticed taht I can only do that if I made the parameter field a string. is there anyway to make the array a number??
and if I have to seperate it, than how would i go about doing that where the record select would understand that there is more than one number.
thanks