S
SF
Hi,
I have the following:
SELECT [2-2-3-e Result Set].Communes, [2-2-3-e Result Set].[FY 07], [2-2-3-e
Result Set].[FY 08], (nz([FY 08])-nz([FY 07]))/(nz([FY 07])+nz([FY 08])) AS
Percentage
FROM [2-2-3-e Result Set]
ORDER BY [2-2-3-e Result Set].Communes;
I received in the Percentage column an #ERROR when divided by 0, Is it
possible for me to eliminate the #ERROR and to only select those percentage
that is higher than 4%?
SF
I have the following:
SELECT [2-2-3-e Result Set].Communes, [2-2-3-e Result Set].[FY 07], [2-2-3-e
Result Set].[FY 08], (nz([FY 08])-nz([FY 07]))/(nz([FY 07])+nz([FY 08])) AS
Percentage
FROM [2-2-3-e Result Set]
ORDER BY [2-2-3-e Result Set].Communes;
I received in the Percentage column an #ERROR when divided by 0, Is it
possible for me to eliminate the #ERROR and to only select those percentage
that is higher than 4%?
SF