ronhextall
Programmer
I am new at Crystal Reports so I am hoping I am not missing the boat too much with this.
I assumed the items I put in the seelct expert would generate a "where" clause based on what I enter. I was trying to use a parm but later stripped that out and cost coded a specific number to see if I could even get that in a "where" clause.
I am doing a simple report over a universe that has a single table in it (the table is actually a view). Once in the report I am using the select expert to pick a specific subset of data: {DWVCUSTOMEROVERVIEW_query.Custnumb} = 6745679.00
This works fine but I thought it would generate a "where" clause when I display the SQL via Database > Show SQL Query......
Why am I not getting a "where" clause in my SQL? Is it because the universe is over a "view" and not an actual table? Did I do something wrong in my "Select Expert"? Or do I have a flaw in my thinking?
Thanks.
I assumed the items I put in the seelct expert would generate a "where" clause based on what I enter. I was trying to use a parm but later stripped that out and cost coded a specific number to see if I could even get that in a "where" clause.
I am doing a simple report over a universe that has a single table in it (the table is actually a view). Once in the report I am using the select expert to pick a specific subset of data: {DWVCUSTOMEROVERVIEW_query.Custnumb} = 6745679.00
This works fine but I thought it would generate a "where" clause when I display the SQL via Database > Show SQL Query......
Why am I not getting a "where" clause in my SQL? Is it because the universe is over a "view" and not an actual table? Did I do something wrong in my "Select Expert"? Or do I have a flaw in my thinking?
Thanks.