I need to be able to create a dynamic list of dates. I would prefer to find a way to do it in a query instead of building a procedure to accomplish the goal.
The user will be passing in a starting and ending date. I want to take these and somehow generate a list of all possible dates between...
Dond12,
It appears that you want to use the contents of the array in other formula in the report. The formula you are creating that contains the array will need to output a single value and not multiple values.
You can bybass this error by simply placing a 0 (zero) or " " as the...
Elvis98,
The URL call from the web page can be used to pass selection cryteria for you.
http://<host>/<path>/report.rpt?sf={fieldname}=studentname
if the context of the report has a parameter, then note that they are addressed as value0= then value1= and so on.
Thomas
Data Management Group...
Eas03,
I would suggest a couple of things. First, you need to decide if you are keeping your data in a MOLAP or ROLAP structure? Each has its own stengths and weaknesses.
I would suggest one platform to view your information from. From what you discribed, I would use SQL Server, OLAP...
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.