If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

(XQE-PLN-0098) to_char function is not supported at report(DQM)

Started by inu, 02 Jan 2017 03:57:50 AM

Previous topic - Next topic

inu

Hi Team
I am developing dimensional  reports using DQM.
Time filter is
[Agreement Fact - Monthly (Analysis)].[Time Dimension(Fiscal)].[Date].[Month].[Month Key] = #prompt('par_MonTo', 'token',  'cast(to_char (_add_months(current_date,-4), ''YYYYMM''),integer)')#

error: XQE-PLN-0098 The vendor specific function "to_char" is not supported.

Please suggest


Regards,
Inam

MFGF

Quote from: inu on 02 Jan 2017 03:57:50 AM
Hi Team
I am developing dimensional  reports using DQM.
Time filter is
[Agreement Fact - Monthly (Analysis)].[Time Dimension(Fiscal)].[Date].[Month].[Month Key] = #prompt('par_MonTo', 'token',  'cast(to_char (_add_months(current_date,-4), ''YYYYMM''),integer)')#

error: XQE-PLN-0098 The vendor specific function "to_char" is not supported.

Please suggest


Regards,
Inam

Hi,

1. Don't use detail filters with dimensional packages.
2. Don't try to use relational functions with a dimensional package.

Have you looked at using the timestampMask() function with the $current_timestamp variable? That will probably give you more success.

MF.
Meep!

Reyhan Ibrahim