Forum Replies Created

Viewing 6 posts - 106 through 111 (of 111 total)

  • RE: Parameter to Parameter

    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...

  • RE: Parameter to Parameter

    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

  • RE: Parameters

    Thanks everyone for your input. it was helpful

  • RE: Parameters

    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...

  • RE: Parameters

    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....

  • RE: Query output

    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...

Viewing 6 posts - 106 through 111 (of 111 total)