Viewing 5 posts - 1 through 5 (of 5 total)
I've spent time on the SQL Server side developing a view with the data I need but still trying to find a way of using a dataset to query this...
October 28, 2020 at 7:36 pm
I was familiar with Previous() but unsure how I could loop thru and find the time difference between the Previous() and Current and store the greatest time difference.
October 16, 2020 at 3:04 pm
The source query is limited because I'm OSI PISQLCLIENT which is pretty limited. It doesn't support sub queries or date function.
October 16, 2020 at 2:35 pm
The SQL portion doesn't seem to be the problem, it's getting a Parameter Long value or a Text value and converting to long for the SQL Call.
"What you will likely need to do is take in a "Text" input from the report side and process it on the SQL side to break it up into int64/BIGINT...
October 5, 2020 at 5:19 pm
Viewing 5 posts - 1 through 5 (of 5 total)