I am version 6.7 of the software. I need to create a rule with input as CDT and

I am version 6.7 of the software. I need to create a rule with input as CDT and loop through it to create a table to display. I create a variable with type any however when I specify the CDT fields its erroring out. Is there any workaround for this?
[3/15/13 11:34:01 PM] Nita Shah: ERROR:An error occurred while evaluating expression: =#"_a-0000d6ea-33a9-8000-da6f-010000010000_815"(pv!jiraIssuesmaster,pv!pushGroups) (Expression evaluation error in rule 'displayncolumntablesub' (called by rule 'displayncolumntable') at function 'doforeach' parameter 2: Invalid index: Cannot index property 'issueid' of type Text into type Boolean) (Data Inputs)
looks like its failing on doforeach("createJiralink",pv!jiraIssues.issueid)

Is there any workaround for this? ...

OriginalPostID-61122

OriginalPostID-61122

  Discussion posts and replies are publicly visible

Parents
  • Thats what I am using. This is the rule I am trying to create
    =ncolumntable({"Summary","Components","Owner","Developer","Verifier","Status","RMI Approval Status","RM Approval Status","Fix Version"}, ri!jiraissuesmaster.summary,doforeach("convertcommatospace",ri!jiraissuesmaster.components),ri!jiraissuesmaster.owner,ri!jiraissuesmaster.developer,ri!jiraissuesmaster.verifier,ri!jiraissuesmaster.status,ri!jiraissuesmaster.rmiStatus,ri!jiraissuesmaster.rmStatus,ri!jiraissuesmaster.fixVersion)

    However I get this error
    Expression evaluation error at function 'ncolumntable' parameter 2: Invalid index: Cannot index property 'summary' of type Text into type Text


Reply
  • Thats what I am using. This is the rule I am trying to create
    =ncolumntable({"Summary","Components","Owner","Developer","Verifier","Status","RMI Approval Status","RM Approval Status","Fix Version"}, ri!jiraissuesmaster.summary,doforeach("convertcommatospace",ri!jiraissuesmaster.components),ri!jiraissuesmaster.owner,ri!jiraissuesmaster.developer,ri!jiraissuesmaster.verifier,ri!jiraissuesmaster.status,ri!jiraissuesmaster.rmiStatus,ri!jiraissuesmaster.rmStatus,ri!jiraissuesmaster.fixVersion)

    However I get this error
    Expression evaluation error at function 'ncolumntable' parameter 2: Invalid index: Cannot index property 'summary' of type Text into type Text


Children
No Data