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

jael91407431
jael91407431
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
13

Posts

Posts
46

Discussions

Discussions
24

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jael91407431
Customize the badges you want to showcase on your profile
Re: List of functions - Adobe Campaign Standard 04-11-2020
The page you specified no longer exists. The files you point to do not cover all the functions listed. For example FormatCurrency (, ) What are the values that are valid for ? I have triedn US, us, en-us, C0 etc

Views

985

Likes

0

Replies

0
Re: Dynamic coding with multiple values - Adobe Campaign Standard 17-06-2020
sorry small correction that I can see blank data instead of Abc or fed which i am trying to display

Views

2.1K

Likes

0

Replies

0
Re: Use of Sub-item option inside Query activity - Adobe Campaign Standard 09-02-2018
Thank you so much. Will check it out for sure, and post any additional questions I may have.

Views

1.1K

Likes

0

Replies

0
Re: What does $ mean? - Adobe Campaign Standard 20-02-2018
Yes this is how I understood the docs. That said, in "body", you have to make sure that your database engine knows and can process 'vlookup' (I don't know much about that). If yes, then you should be good to go.Florent

Views

3.2K

Likes

0

Replies

0
Re: logInfo() - Adobe Campaign Standard 31-01-2018
Super, thank you guys.

Views

1.4K

Likes

0

Replies

0
Re: Vlookup formula in List of Functions - Adobe Campaign Standard 20-02-2018
Any update on this?Florent

Views

2.9K

Likes

0

Replies

0
Re: "R.O" in SQL - Adobe Campaign Standard 18-01-2018
As mentioned above "R0" is the alias which is generated automatically. As query is done here for Recipient table(NmsRecipient R0) so it "R0". if you query from Delivery table (NmsDelivery D0) it is "D0" and for broad log it is (NmsBroadLogRcp) "B0".Yes it is is best practice to use alias and most of RDBMS recommends this.You can find several articles on internet to know the benefits of using alias's .SQL Aliases

Views

1.4K

Likes

0

Replies

0
Re: Creating Databases and tables using SQL Commands - Adobe Campaign Standard 02-01-2018
Super, thank you Serge. Will give it a try.Much appreciated,Jae

Views

1.3K

Likes

0

Replies

0
Re: Creating Ad-hoc tables - Adobe Campaign Standard 14-12-2017
Hi,A table can be created out of an existing table (schema) of the data model or a new one (new schema). Once the table is created, we can upload the data by querying the existing table or using a flat file.A list can be created out of an existing table by querying (select all recipients from recipient schema where country= USA) it. Or, by creating a list and updating the list with flat file data.So, a list can be created out of the adhoc data which is not present in the data model, already.For ...

Views

1.4K

Like

1

Replies

0
Re: Temporary lookup tables within the workflow - Adobe Campaign Standard 15-12-2017
Hi,I'm not sure to understand but, I try to answer to you :If you use a upload data activity (if yours datas are in a Excel file for example)If you use a query activity (if yours data are in a schema on Adobe Campaign)You will obtain your temporary table.After that, you can use a union activity to join these data to recipient dataI answer to your question?Christophe

Views

1.0K

Like

1

Replies

0