Crystal Report "Select Expert" filter by a string

Asked

Viewed 115 times

0

As I should add the 'user' string, declared outside Crystal Report in c#, to filter the report in Crystal Report as per the image below. Or what’s the right way to do this in Crystal Report? Visual Studio Community 2017 ODBC Mysql.

inserir a descrição da imagem aqui

  • User would be a parameter ?

  • would be a "string" declared in c# I needed to make a filter with this string inside Crystal Report

  • Pass by parameter and apply in selecting record.

  • Could you tell me how to step a string, declared in c#, to parameter to be used inside the Crystal Report and filter.

  • I’ve never worked with C# but in any language that integrates with CR you always have the option to pass parameter. On the record filter (report/form sel/record) call the meter

  • pass by parameter ...select name from user Where code_user = 1 <= (parameter) Where code_user = %Jose% <= (parameter)

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.