The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"generate attribute - problem with attribute name?"
hi,
i try to use the generate attribute operator. in my example set i have the 5 attributes "Close", "High", "Low", "Open" and "Date".
when i use the attribute "Close" in my function expression, it is not recognized as an attribute. however, when i use one of the other attributes everything works fine. my workaround to this is to rename the attribute close to something else.
but i am wondering if "Close" is a reserved keyword? if yes, then what does it stand for? if no, then i think this should be fixed .
alex
i try to use the generate attribute operator. in my example set i have the 5 attributes "Close", "High", "Low", "Open" and "Date".
when i use the attribute "Close" in my function expression, it is not recognized as an attribute. however, when i use one of the other attributes everything works fine. my workaround to this is to rename the attribute close to something else.
but i am wondering if "Close" is a reserved keyword? if yes, then what does it stand for? if no, then i think this should be fixed .
alex
Tagged:
0
Answers
It is more likely to be something else wrong with your setup. I have a price database with OHLC fields; if I rename C as Close I can still make the average, like this... Hope that helps!
when i export my data with write csv and then import it again, everything works fine with the generate attributes operator. now i still have no idea why this happened, but at least it's fixed .
alex