Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Bug with Data Driven CSV

Community Beginner ,
Nov 08, 2023 Nov 08, 2023

Apple M1 Max

13.6.1

AE 24.0.2

I get an Expression error : "Error: internal error", when trying to get data from "dataValue([2,5])"

works for every other dataValue.

Worked in AE 23.6.

 

TOPICS
Expressions
273
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Pinned Reply

Adobe Employee , Nov 08, 2023 Nov 08, 2023

I'll take a look at the project, but the error message in the image says [2,D] where your message above says [2,5] - is that just a typo?

Translate
Adobe Employee ,
Nov 08, 2023 Nov 08, 2023

I'll take a look at the project, but the error message in the image says [2,D] where your message above says [2,5] - is that just a typo?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 08, 2023 Nov 08, 2023

menu = effect("Dropdown Menu Control")("Menu");
if (menu == 1) {
0}
else if (menu == 2) {
1}
else if (menu == 3) {
3
} else if (menu == 4) {
5
}

 

That's missing an entry, is that expected?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 08, 2023 Nov 08, 2023

Sorry, I used a drop down menu to get the row, but either way there is the same error.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 08, 2023 Nov 08, 2023

The title there has a strange character, which might be a problem (although I don't get an error, but it only displasys "LET"):

LetÕs Make a Deal

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 08, 2023 Nov 08, 2023

I was quickly re-creating the project...to get to the fifth row.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 08, 2023 Nov 08, 2023
LATEST

Oh my gosh, that was it. I think I cut and pasted from the web.

Thanks a ton!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines