August 9, 2008 at 5:08 am
Hi
I tried different methoeds but unable to solve my problem.
My report has one dataset, MyDataSet which carries one query. I want to send the resulted Fields, maxVal and minVal, to the custom code.
But I cant. Then their comes Custome Assembly solution, which is quite complex to do. If someone has any solution, so plz help me.
Dataset,
Select
Count(minValue) AS maxValue,
Max(maxValue) AS minValue
From
DimAccount
=Code.GenerateAccounts(Fields!maxVal.value, Fields!minVal.value )
bye
August 9, 2008 at 11:11 am
Sorry but your Select statement makes no sense to this individual.
Please read the article on posting questions as it appears in my signature block follow the instructions in the article and then post your question and some one might make enough sense out of it to assist you
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply