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

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Merhaba

Avatar

Level 1

nasılsınız Arkadaşlar. Ben yeniyim. Adobenin hemen hemen her ürününün kullanıyorum memnunum. 

1 Accepted Solution

Avatar

Correct answer by
Level 8
Nazik yazı için teşekkür ederiz . Geribildirim için teşekkür ederiz . Gelecekte , eğer mümkünse , diğer kullanıcıların yararına İngilizce göndermek için deneyin. Saygılarımızla Rahul

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8
Nazik yazı için teşekkür ederiz . Geribildirim için teşekkür ederiz . Gelecekte , eğer mümkünse , diğer kullanıcıların yararına İngilizce göndermek için deneyin. Saygılarımızla Rahul

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now
The following has evaluated to null or missing: ==> liql("SELECT id, subject, body, depth, post_time, author.login, author.id, author.rank, metrics.views FROM messages WHERE topic.id = '${topicId}' AND is_solution = true").data.items[0] [in template "analytics-container" at line 80, column 31] ---- Tip: It's the final [] step that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign acceptedAnswer = liql("SELECT... [in template "analytics-container" at line 80, column 5] ----