I used this filter for date.
[Ls_DATe]>=(CASE (_day_of_week(current_date,1))
WHEN 1 THEN _add_days(current_date,1)
WHEN 2 THEN _add_days(current_date,-2)
WHEN 3 THEN _add_days(current_date,-3)
WHEN 4 THEN _add_days(current_date,-4)
WHEN 5 THEN _add_days(current_date,-5)
WHEN 6 THEN...
I need to display summary of productlines for each product ,for the whole week.if today is thursday the xaxis should display count for producs(camping equipment,cookin gear)etc for mon ,tuesd and wednesday.if its start of the week .i need to display the product count for monday.
How do i put in...
I have table A and Table B which has a date field in common.A has some inventory 1 and B has inventory 2.I need to add these inventory values to show up in the crosstab with separate filters on inventory 1 and 2.What could be used instead of union.Join on date instead of union does not give...
When I use union the report performance is very slow.What is the workaround ?Can I still get the data I need and not use a union.I have too many union queries.(I'm using Union in Report Studio)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.