Community & Support
Learn
Marketplace
Menu
Menu
Home
›
Discussions
›
Community Q&A
Generate attribute: Column name* macro
Teja_Varanasi
New Altair Community Member
Jan 4, 2023
Updated
Nov 5, 2024
by
Jocelyn
I am trying to do this
A B C D
2 1 1 4
3 2 4 1
'
using generate attribute i want to multiply each column with macro but i am getting error ( '*' must have a argument of type numerical).
A* macro like that i have given function.
Find more posts tagged with
AI Studio
Errors
Excel
Generate Attributes
All Replies
Accepted Answers
Sort by:
Sort by
Oldest
▾
1 - 1 of 1
↑
1
↑
Caperez
Altair Community Member
Accepted Answer
Jan 4, 2023
Hi
@Teja_Varanasi
,
When you use a macro name into a formula you need to include and eval operator, e.g. eval(%{macro_name})
Best,
Cesar
Sort by:
Sort by
Oldest
▾
1 - 1 of 1
↑
1
↑
Caperez
Altair Community Member
Accepted Answer
Jan 4, 2023
Hi
@Teja_Varanasi
,
When you use a macro name into a formula you need to include and eval operator, e.g. eval(%{macro_name})
Best,
Cesar
View in context
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
When you use a macro name into a formula you need to include and eval operator, e.g. eval(%{macro_name})
Best,
Cesar