Expand my Community achievements bar.

Check out the November edition of the Analytics Community Lens newsletter to see what's been trending in the last two months!

Make props insensitive to case

Avatar

Level 5

9/6/11

Make props perform in a similar manar to eVars when it comes to the case of a value.

 

In other words, props should be insensitive to the case of a passed value.

 

Example:

 

prop1 = "myValue"

prop1 = "myvalue"

prop1 = "Myvalue"

 

Under the report for prop1 we should see myValue = 3.

1 Comment