Forum Discussion

4m4d3u5's avatar
4m4d3u5
Contributor
6 years ago
Solved

Name mapping

I have two variables that are in the same area in a dashboard and when I look at their name mapping they both get the exact same name mapping exept that one is QtIndex 1 and the other is QtIndex 2. How can I say give me the data for the individual indexes? Whenever I use text or QtText it only ever gives me the value for one of the variables. I am using Javascript. 

 

I want to do something like but this doesn't work

 

var1 = someNameMapping

var2 = exact same name mapping as var1

 

BuiltIn.ShowMessage(var1.QtIndex("1").QtText)

BuiltIn.ShowMessage(var2.QtIndex("2").QtText)

 

  • So what I had to do was go into namemapping and create a spicific Alias name mapping for that object 

2 Replies

  • So what I had to do was go into namemapping and create a spicific Alias name mapping for that object 

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      Yup.  You need to make sure you uniquely identify the objects.  What it sounds like is that your mapping for the first object may not be specific enough.  That's why both were being seen as the same one.