Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

alistairk396804
alistairk396804
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
14

Posts & Comments

Posts & Comments
45

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by alistairk396804
Customize the badges you want to showcase on your profile
Re: How to query the First 2 characters of count in adobe campaign? - Adobe Campaign Standard 05-04-2017
Have you set the advanced options as per the second screenshot Amit provided?A screenshot of the error would also be useful

Views

1.1K

Likes

0

Replies

0
Overview form - Adobe Campaign Standard 29-03-2017
I'd like to add the field into this form, however I'm having some trouble tracking down the form to edit this. I seem to recall that the ability to modify the dashboard had been removed from more recent versions.Does that extend to this form? If not does anyone know the name of the form to be edited here?

Views

688

Likes

2

Replies

1
Re: Invert Data - Adobe Campaign Standard 29-03-2017
Hi Amit,Due to the way the Delivery IDs are matched and generated for the soap call there will never be any instances where a null or empty value is presented.However building in redundancy is always a good idea so I will look to implement your solution. Thanks for the insight on the push command!

Views

1.5K

Likes

0

Replies

0
Re: Invert Data - Adobe Campaign Standard 28-03-2017
Hi Amit,We reached a working conclusion at about the same time I simply reversed by query criteria and used a 'contains' operator. No need to actually split the variable.I'll need to test this further but I suspect this is will work as required. Appreciate all the help received!

Views

1.5K

Likes

0

Replies

0
Re: Invert Data - Adobe Campaign Standard 28-03-2017
Thanks for the ideas.If possible I'd like to keep the query element.I have configured the passed through variable in the soap call to now be "," separated - example of logged variable being passed through (trailing spaces are also trimmed off);"4384943","4383191","4383250","4383190","4380314","4380313","4383280"However it still seems to not like this string when using the 'included in' operator within the query. As I understand it should be working now - or at least returning no matches. I've tr...

Views

1.5K

Likes

0

Replies

0
Re: Invert Data - Adobe Campaign Standard 27-03-2017
Hi Amit,Thanks for the response!I have no issues with the split or the csv variable, My current process is exactly the same system you have mentioned above.The downside to that method is that in the following query you need to define and interrogate each [] part of the array on it's own merit. You then also need to decide how many array variables you are willing to extend your query to look at (I went up to [49]). this lead to a large following query where I was searching for the pk= myArray[0] ...

Views

1.5K

Likes

0

Replies

0
Re: Why won't Premier Pro 2014 render all the layers in a sequence? - Adobe Campaign Standard 27-03-2017
This forum is for Adobe Campaign queries. You may have better luck directing your issue to a community that is more familiar with your software.

Views

597

Likes

0

Replies

0
Re: Invert Data - Adobe Campaign Standard 27-03-2017
Hi Vipul,I did try the 'is included in' option straightaway, however I had no success in getting it to work. The screenshots below show the query and error, I've tried similar attempts using the split variable/casting as an integer and other various options.

Views

1.5K

Likes

0

Replies

0
Re: Personalized content fallback - Adobe Campaign Standard 22-03-2017
Ideally I would probably make a new field on load which contains the correct value for your greeting.Failing that your best bet is to create a personalisation block which deals with this and select that block for your greeting. You should be able to duplicate the Greetings personalisation block as a base and modify to suit your needs.

Views

1.7K

Likes

0

Replies

0
Re: Add instance.id to winner of AB test - Adobe Campaign Standard 22-03-2017
So this appears to work;delivery.workflow.id = instance.id For reference here is the whole script;// query the database to find the winner (best open rate) var winner = xtk.queryDef.create( ).ExecuteQuery() // create a new delivery object and initialize it by doing a copy of // the winner delivery var delivery = nms.delivery.create() delivery.Duplicate("nms:delivery|" + winner.@id) // append 'winner' to the delivery label delivery.label = winner.@label + "_winner" // link the deliver...

Views

888

Likes

0

Replies

0