Hi, i would like to disable links on raports on LookUp Fields, is it possible?
Hi, i would like to disable links on raports on LookUp Fields, is it possible?
Problem solved by adding calculated columns:
RIGHT(WFD_AttChoose33, LEN(WFD_AttChoose33) - CHARINDEX('#', WFD_AttChoose33))
Problem solved by adding calculated columns:
RIGHT(WFD_AttChoose33, LEN(WFD_AttChoose33) - CHARINDEX('#', WFD_AttChoose33))
Hi Mateusz,
while this is an option, if you are using BPS Portal, there is an option to deactivate showing Links, for choose/picker fields.
Best regards,
Daniel
Hi Mateusz,
while this is an option, if you are using BPS Portal, there is an option to deactivate showing Links, for choose/picker fields.
Best regards,
Daniel
Hi, yes but it doesnt work for LookUp fields. Even if I unchecked "Link" option it was still displayed as link to another WFElement.
Here is a screen with 2 contractors columns, first one as calculated columnt, second regular column with Uncheked Link
Hi, yes but it doesnt work for LookUp fields. Even if I unchecked "Link" option it was still displayed as link to another WFElement.
Here is a screen with 2 contractors columns, first one as calculated columnt, second regular column with Uncheked Link
Hi Mateusz,
I'm sorry I should have checked it, and not assumed how this is intended to work.
Seems to be related to the type of picker and/or data source.
It's good, that you found an easy alternative.
Best regards,
Daniel