Forum Replies Created

Viewing 15 posts - 1 through 15 (of 114 total)

  • Reply To: Timezone conversion in SSIS

    Thank you for replying.

    @Jeffrey Williams -

    So the datetime data in transactional DB system is always stored in UTC. This datetime data is then converted in whatever timezone the user wants...

    • This reply was modified 5 years, 1 months ago by H4K.

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: SSIS decimal conversion working funny

    Phil Parkin - Thursday, August 2, 2018 11:29 AM

    H4K - Thursday, August 2, 2018 6:12 AM

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: SSIS decimal conversion working funny

    In SSIS, the data type for this column is DT_NUMERIC is that causing the problem?

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Error: The type of the value being assigned to variable "User::VARName" differs from the current variable type.

    Need to check 2 things here:
    1) If there consists variables(SchoolName) with same name but in different scope
    2) If the query to get school name bringing any NULLs.

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Problem Upgrading Packages from 2008 R2 to 2016

    does opening the script and compiling and saving it resolve this issue for may be a single package ?

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Passing multi value parameter to subreport

    Solved that by MultiLookUp ssrs function. Thanks

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Passing multi value parameter to subreport

    Daniel Bowlin (10/11/2013)


    I think you need to filter the values you are passing to the subreport to make sure you are not passing any invalid values.

    How can i do that...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: using mdx query

    To add to the 1st reply above :

    1) You should know the syntax of MDX also how does it work.

    2) What are the functions in MDX ?

    3) You should also...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: MultiValue Parameter not working

    Does anyone have suggestions on how to handle the grouping, parameters, datasets, really anything so that I can list multiple properties in this table, but each row only references the...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: MultiValue Parameter not working

    First of all, you have make this "WHERE RMPROPID = @PROPERTIES"

    to this "WHERE RMPROPID in (@PROPERTIES)".

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: LIKE statement with Parameter Problem

    what is the datatype of the column 'ID' in the database table ?

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: decimal separator

    Check this out : http://stackoverflow.com/questions/5388398/format-number-in-ssrs-report

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: Unselect 'All' when choosing a value in the drop down lista. How?

    it can't be achieved, as i had face a similar situation.

    The user has to deselect the 'All' when choosing other values.

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: SSRS 2008R2 GROUPING

    When you create a group, select 'Add group header' to add a header to the group.

    Now a header is added as well as a column.

    Delete the column by...

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

  • RE: MultiValue Parameter - Performance Issue

    What is the sql query to get the data ?

    BI Developer
    SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL
    Please visit... ApplyBI

Viewing 15 posts - 1 through 15 (of 114 total)