How to execute SQL Statement in Crystal Reports Formula?
How to execute SQL Statement in Crystal Reports Formula?
I'm using Crystal Reports 8.x and I've a summary report which I want to insert a field into it. This field is not in the field list but I want to take it from the database table. So that's the reason why I want to execute the SQL Statement in the Crystal Report Formula.
Is it posible to do that? If it's possible to do, could you please show me how?
Thanks so much,
Sirisak K.
PS! I don't want to generate the complicate query for that field. But I want to use Crystal Report Formula to get it from the database table directly.