Iredia Osadolor Posted March 23, 2021 Share Posted March 23, 2021 I have a bar chart (source sql query view) it refreshed whenever it's open on the application but it doesn't refresh on the web client URL. I have changed the data loading from Always new data to Stored back and forth but the problem still exists. The query is written to update every Sunday. I do not think is the query hence it works fine on the application. SELECT DATEADD(wk, 1, DATEADD(DAY, 1-DATEPART(WEEKDAY, [xxx].[xxxx].Timestamp), DATEDIFF(dd, 0, [xxx].[xxxx].Timestamp))) as 'FirstDayOfWeek' Your assistance is apprecaited, Thanks, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now