I tried several ways or places to add a Field under the Report Fields. Right now under the Report Fields: ( I have ...)
GetActiveAgentsRptData;1.FINANCIAL_INDICATOR
GetActiveAgentsRptData;1.NAME
GetActiveAgentsRptData;1.LAST_LOGON
GetActiveAgentsRptData;1.CREATED_DATE
GetActiveAgentsRptData;1.USER_NAME
GetActiveAgentsRptData;1.DEALER_ID
GetActiveAgentsRptData;1.ENABLED_FLAG
GetActiveAgentsRptData;1.USER_ID
Here I tried to put in GetActiveAgentsRptData;1.ACCOUNT_ENABLED
But I got an error message saying ...'The formula result must be a boolean'
@AgentDescription
@AgentID
@AgentName
@AgentType
@DisplayUserID
@UserName
I tired to go under REPORT --> EDIT SELECTION FORMULA --> RECORD or GROUP,
put in {GetActiveAgentsRptData;1.ACCOUNT_ENABLED}..everytime I hit 'CHECK' ,I get the above mentioned error.
This is a report calling a simple select statement from a stored procedure with no parameters to pass.
An earlier report was created with the same SQL Query inside the Crystal Report, it pulls the data out no problem.
The revamped Report with the same SQL Query but is put into a separate Stored Procedure. This time it gives me more data than the original report. Funny thing, the original report have this {GetActiveAgentsRptData;1.ACCOUNT_ENABLED} under the Report Fields. Why is it that I cannot do the same in this later report. This is a simple report, don't know where I screw up, please help...
Thanks a lot...
GetActiveAgentsRptData;1.FINANCIAL_INDICATOR
GetActiveAgentsRptData;1.NAME
GetActiveAgentsRptData;1.LAST_LOGON
GetActiveAgentsRptData;1.CREATED_DATE
GetActiveAgentsRptData;1.USER_NAME
GetActiveAgentsRptData;1.DEALER_ID
GetActiveAgentsRptData;1.ENABLED_FLAG
GetActiveAgentsRptData;1.USER_ID
Here I tried to put in GetActiveAgentsRptData;1.ACCOUNT_ENABLED
But I got an error message saying ...'The formula result must be a boolean'
@AgentDescription
@AgentID
@AgentName
@AgentType
@DisplayUserID
@UserName
I tired to go under REPORT --> EDIT SELECTION FORMULA --> RECORD or GROUP,
put in {GetActiveAgentsRptData;1.ACCOUNT_ENABLED}..everytime I hit 'CHECK' ,I get the above mentioned error.
This is a report calling a simple select statement from a stored procedure with no parameters to pass.
An earlier report was created with the same SQL Query inside the Crystal Report, it pulls the data out no problem.
The revamped Report with the same SQL Query but is put into a separate Stored Procedure. This time it gives me more data than the original report. Funny thing, the original report have this {GetActiveAgentsRptData;1.ACCOUNT_ENABLED} under the Report Fields. Why is it that I cannot do the same in this later report. This is a simple report, don't know where I screw up, please help...
Thanks a lot...