Forum Discussion
CarlSankey
2 years agoNew Member
Report multiplying expressions by 4
have a paginated report that for some reason multiplies the expressions by 4. the other direct links to the data are correct. every expression is multiplied by exactly 4 and this ahs happened sever...
d_gosbell
Super User
2 years agoThis is not likely to be an issue with expressions. If I had to guess I'd say there is probably some issue with the data source and joins in your queries.
This is an overly simplistic example, but If you did something like join Orders to Customers using the Customer lastname field and you had 4 customers with a surname of "Smith" then and order for Smith would be repeated 4 times. So it could be a particular set of parameter values causing this issue