Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kristof_j
Creator III
Creator III

2 different hideprefix

Hi
Is it possible to use 2 different hideprefix?
like this:
set hideprefix = '$';
set hideprefix = '%';
If I use this, only the last will be applied.
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

No... Only one HidPrefix per application is allowed..

View solution in original post

6 Replies
MK_QSL
MVP
MVP

No... Only one HidPrefix per application is allowed..

nigel987
Creator II
Creator II

with the second statement you overwrite the previous one. could you use HideSuffix instead?

swuehl
MVP
MVP

You may use an additional HideSuffix

Peter_Cammaert
Partner - Champion III
Partner - Champion III

HIDEPREFIX is a variable. The very last assignment will prevail.

kristof_j
Creator III
Creator III
Author

Actually what we want to do is to hide a field in all our dashboard.

But some of these dashboards already use hideprefix or suffix.

We could use the same prefix for that field but the impact would be large. We use this field to chain and we use it in 80% of our expressions.

cheburashka
Creator III
Creator III

Maybe using the HideSuffix for the document chaining will do the trick? Or do you have any dashboards where you already used the HideSuffix?

,KR Koen