Viewing 6 posts - 106 through 111 (of 111 total)
Here's the scenario:
Dataset1:
Select *
from MyTable
Where Period Between @StartPeriod AND @EndPeriod; --- Works like a charm
Dataset2:
Select *
from MyTable
Where Period = @Period;
@Period should get its values from @EndPeriod.
The idea is: Headcount report...
July 22, 2008 at 6:58 am
Ok. got that sorted by choosing non-queried for available values and setting the value to '=Parameters!EndPeriod.Value. However that makes my query extremly slow
Please help
July 22, 2008 at 6:15 am
Hi! Thank you very much.
Yes I'm in South Africa. I work for Nedbank.
Thanks for the question you asked. I removed the tick from multivalue and the check boxes disapeared and...
July 22, 2008 at 3:36 am
Ok. Got that sorted. I had to create a seperate dataset for that. Now my other question is:
Why does this dropdown list have checkboxes and how do I remove them....
July 22, 2008 at 3:27 am
The two statements are run on the same table. the problem is:
The column headcount does not have a field called transfares, It only has two fields called 'transfarein' and 'transfareout'.
I...
May 14, 2008 at 1:30 am
Viewing 6 posts - 106 through 111 (of 111 total)