SOLVED
Bug? Macro for Summarize tool: the prefix "Sum_" become suffix "_Sum"
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
PangHC
12 - Quasar
‎01-22-2025
07:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
i just create a macro for subtotal and grand total, but the column name have different behavior.
where the "sum_" become "_sum"
when i debug, it working again if i click into the conflguration.
Solved! Go to Solution.
Labels:
- Labels:
- Bug
- Macros
- Transformation
4 REPLIES 4
‎01-22-2025
07:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
additional: i tested in 2023.1 and 2024.2
possible reason is rename missing so add "action" and "field" to form "rename"
and the "action" are in front of "field" and cause the concate error.
but the input value is "action" are behind the "field"
here the normal for comparison
18 - Pollux
‎01-23-2025
05:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Both show as "_sum" to me in your screenshots - feel free to post the macro for the most help
‎01-23-2025
06:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@alexnajm
i thought i posted it already.
currently my solution is add another replace to cover the "_sum".
‎01-23-2025
08:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
