Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
master_t
Partner - Creator II
Partner - Creator II

Numeric attribute expression?

Hi everyone

I'm trying to add an Attribute Expression to a measure in my extension, and if I set it to type "string" it works correctly:

 

TargetTotal: {
    type: "string",
    component: "expression",
    expression: "optional",
    label: "Target total",
    ref: "qAttributeExpressions.0.qExpression"
}

 

however, unlike normal properties, if I change the type to:

 

type: "number"

 

the extension stops working. Are numeric attributes expressions just not supported? Or am I doing something wrong?

Labels (1)
1 Reply
Anil_Babu_Samineni

May be use as "Integer" instead "Number". Could be Number is not valid data type?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful