Replies: 3 comments
-
|
This is how you do it: _cfv=[Number, gt, ktlRefVal, transparent, transparent, , r], [ktlRefVal, Average Sales, Store Details], [ktlTarget, Action Link]
Result:
Hope it helps, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I did it with a grid but it will work just as well with a search view. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks, Norm! That did the trick. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I'm trying to hide a column using both the ktlCond and ktlRefVal options in a search view. Essentially, I want to use the data in an external details view to hide a link to a details view depending on the data in the external view.
I've tried the following without luck:
_hc=[Add as Delegate], [ktlCond, gt, ktlRefVal, field_2567, view_3146], [ktlRefVal, field_1162, view_3146]
Is this possible with KTL?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions