Weekdiff parameter not working. Why?
The 'weekdiff' parameter must be defined as 'wdifT' in the measure wherever you are using this parameter.
Related Articles
Parameter not working fine.
In "admin_db2_warehouse.xml", for the queryid "WWCAL14", we need to change the database name as highlighted below: SELECT (SELECT MONTH_IN_YEAR FROM DIM_DATE WHERE DATE_FLD = ?) - (SELECT MONTH_IN_YEAR FROM DIM_DATE WHERE DATE_FLD = ? ) AS MONTH_DIFF ...
How to fix the #weekdiff# and #monthdiff# parameters which are not working properly?
The SQL query generated by the KPI when last X period filters are used is referring the 'Last X period' queries that is defined in the 'admin_db2_warehouse.xml'. To achieve desired results as per your requirement, please alter the equivalent queries ...
Parameter is not working properly in BCM . Why?
The parameter names should be defined with the following conventions daydiff, weekdiff monthdiff: datediff, wdiff, monthdiff.
BCM report is not working. Why?
One of the reasons could be jrxml files wouldn't have been compiled properly. Ensure that jrxml files are compiled in the Report Designer. ARC uses the version, jasperreports-3.1.4.jar in Report Designer."
Why ARC usage module is not working...?
Navigate to "arc.properties" file path (MA\webapps\config\) and define the below properties. For Application Usage, the properties must be defined as follows: arc.user.trakerflag = yes debug_mode = true For Usage, the properties must be defined as ...