Forum Discussion
Anonymous
2 years agoNot applicable
Field Parameter Stopped Working
I have a requirement to show a Column Header name based on the value of a column e.g.
Raw Data
| Column1 | Column2 |
| Due at 11/07/2024 | 20 |
| Due at 11/07/2024 | 50 |
| Due at 11/07/2024 | 15 |
To be shown as below:
| Due at 11/07/2024 |
| 20 |
| 50 |
| 15 |
I have created a field parameter as follow:
Due Param =
var _p=min(column1)
Return {(_p, NAMEOF(Column2),0)}
Although it was working fine before, it stopped working, I tried deleting/recreating /renaming but nothing works.
Kindly help.
6 Replies
- AnonymousNot applicable
Hi Anonymous ,
Your expression runs fine, check if there are any red flags in your runtime environment. For example, changed column names.
Best regards,
Community Support Team_ Scott Chang- AnonymousNot applicable
Thanks for responding, may I know which version are you using? I am using Dec 2023 version.
- AnonymousNot applicable
Hi Anonymous ,
I am using Version: 2.130.930.0 64-bit (June 2024)
Best regards,
Community Support Team_ Scott Chang