Hi All,
I would like to know only THE active treatments(currently assigned) assigned to any particular decision treatment campaign . Is it possible through CDM data base ?
I am using the below code but it gives all the treatment codes (Current + History).
SELECT
DISTINCT TREATMENT_CD
FROM
CI_PACKAGE_X_TREATMENT CPXT
INNER JOIN CI_CELL_PACKAGE CP ON
CPXT.CONTRIBUTING_CELL_PACKAGE_SK = CP.CELL_PACKAGE_SK
INNER JOIN CI_TREATMENT CIT
ON CPXT.TREATMENT_SK=CIT.TREATMENT_SK
INNER JOIN CI_TREATMENT_EXT CITE
ON CIT.TREATMENT_SK = CITE.TREATMENT_SK WHERE CP.CAMPAIGN_CD='CAMP506094'
Thanks in Advance.
What's the condition for an active treatment? Add that to the where clause.
Hi Kurt ,
Thanks for you response. i am not aware of any filter in CDM data base to use to get the currently assigned treatments to decision treatment campaign.
Ok , Thanks James. Will Explore CI Utilities to achieve this.
Stay ahead of what's shaping modern marketing. Subscribe to the CMO Mandate for sharp perspectives on AI, strategy and what's next.Follow Customer Intelligence 360 on LinkedIn for insights, success stories, and practical tips to help you modernize your marketing stack.
Want to review SAS CI360? G2 is offering a gift card or charitable donation to One Tree Planted for each accepted review. Use this link to opt out of receiving anything of value for your review.
SAS Customer Intelligence 360
Training Resources
SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.
Find more tutorials on the SAS Users YouTube channel.
Stay ahead of what's shaping modern marketing. Subscribe to the CMO Mandate for sharp perspectives on AI, strategy and what's next.Follow Customer Intelligence 360 on LinkedIn for insights, success stories, and practical tips to help you modernize your marketing stack.
Want to review SAS CI360? G2 is offering a gift card or charitable donation to One Tree Planted for each accepted review. Use this link to opt out of receiving anything of value for your review.
SAS Customer Intelligence 360
Training Resources