Issue with dynamic selector - Assignment 3

Hi,

I am trying to make a dynamic selector to work. I have been able to download the reports; but it seems the Upload page works differently. You could see in following image, one of the tries.
I have tried including the .ToString(), but with no luck. Also, I have included double quotes at the beginning and end, with same result

Any help would be appreciated,

@mesalcan
Hey, ru using the correct quotes?

it should be ’ “+in_Year.ToString+ " ’ . Outer should be single(') and inner is double quotes(”)

Yes,

That is the way I am using them.

Thanks!

OK do One thing, click the textbox next to the selector under target and delete <. Next when u click three dots beside the selector textbox, a Expression Editor window should open rather than “Selector Editor”. here write the ‘“+in_Year.ToString+”’ and it should appear as it is . it must not convert to ‘"+in_Year.ToString"’.

Now u need to add the < that we deleted before. see the screenshots below.

If I click 3 dots, Selector window opens, we dont want this.

Now delete the < in the textbox beside the selector under target.
image

Now click the 3 dots, Expression editor shud open.
image

Now write your aaname. Iam writing only aaname as example, you need to write everything thats required like parentid, etc. And also add the < after the first ".
image

Now click OK. SO now if u click the 3 dots again, you shud be able to see aaname as ‘“+in_Year.ToString+”’ and not ‘"+in_Year.ToString"’.
image

Try this, hope this helps.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.