Cognos Analytics

Cognos Analytics

Connect, learn, and share with thousands of IBM Cognos Analytics users! 

 View Only
  • 1.  date timestamp to date

    Posted Tue May 10, 2022 02:45 PM
    How can I convert date Timestamp to date in cognos analytics.please explain.

    ------------------------------
    Priyanka Joshi
    ------------------------------

    #CognosAnalyticswithWatson


  • 2.  RE: date timestamp to date

    Posted Tue May 10, 2022 08:44 PM

    You would probably want to try to see if your data base has a native function for doing the casting.  If not, use the common function cast.  The former would be preferable as it would probably be more likely to be pushed down to the data base for processing rather than being processed locally.

    cast ( {the query item being cast} ,date )

    Example of a cast


    ------------------------------
    IAN HENDERSON
    ------------------------------



  • 3.  RE: date timestamp to date

    Posted Wed May 11, 2022 10:51 AM
    Thank you.It worked.Now I need to separate date and time for report requirement.

    ------------------------------
    Priyanka Joshi
    ------------------------------



  • 4.  RE: date timestamp to date

    Posted Wed May 11, 2022 11:40 AM
    Hi

    Here is the expression you need to use:
    cast( {the query item being cast},time)


    Best regards,

    ------------------------------
    Patrick Neveu
    Positive Thinking Company
    ------------------------------



  • 5.  RE: date timestamp to date

    Posted Thu May 12, 2022 12:20 PM
    Thnak you.I am getting data as comma separated in cognos why may be reason

    ------------------------------
    Priyanka Joshi
    ------------------------------



  • 6.  RE: date timestamp to date

    Posted Fri May 13, 2022 03:46 AM
    Edited by System Admin Fri January 20, 2023 04:39 PM
    Hi,

    Is it related to the previous topic? If it is not related, you might want to create a new thread.

    Best regards,

    ------------------------------
    Patrick Neveu
    Positive Thinking Company
    ------------------------------