Error Message: The report parameter ‘prmPI’ has a DefaultValue or a ValidValue that depends on the report parameter “prmPI”. Forward dependencies are not valid.
I have created a dataset that shows the below query: this is working.
SELECT
0 AS ID,
'All' AS name
UNION
SELECT DISTINCT
per.ID...
Hello,
I have a report that I need to only select the below records. How do I do this when there is nothing in the database that make them distinct.
Group 1 14987
Acount Number Company
14987 100
14987 300
14987 200
14987 100
Group 1 23444
Acount...
I have two reports that are using the same tables and fields. The difference is in the where statement that will pull different data for the graphs.
What I would like to have is at the begining of the two reports are graphs.
I guess I am looking for a way to page break after the first report...
Hello Everyone,
I have a rather deep question:)
Having a getdate in the where statement to pull data of all files associated with the month of saledate.
Field is dfeSaledate (pulls date of every 1st Tuesday of the month)
Example:
November 18th
Saledate December 3rd (1st Tuesday of...
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.