Skip to main content
Participant
November 8, 2023
Answered

Bug with Data Driven CSV

  • November 8, 2023
  • 6 replies
  • 338 views

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.

 

This topic has been closed for replies.
Correct answer Dan Ebberts

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

6 replies

Participant
November 8, 2023

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

Thanks a ton!

Participant
November 8, 2023

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

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
November 8, 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

Participant
November 8, 2023

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

Jenkmeister
November 8, 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?

Jenkmeister
November 8, 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?