Hello,
For my odbc discovery use case I've been using calculated item prototypes with the value being the LLD macros from the odbc discovery rule. However calculated item cannot have the item type TEXT, and I need one of those as well.
A solution I found was to first receive an INT result from the DB query, then use a dependent item with preprocessing to convert it from INT to String, but this is pretty clunky. Is there another way to do this?
Best regards
For my odbc discovery use case I've been using calculated item prototypes with the value being the LLD macros from the odbc discovery rule. However calculated item cannot have the item type TEXT, and I need one of those as well.
A solution I found was to first receive an INT result from the DB query, then use a dependent item with preprocessing to convert it from INT to String, but this is pretty clunky. Is there another way to do this?
Best regards
Comment