Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
HOW DO I CODE THIS PROCEDURE SUCH THAT WHEN A USER CLICK ON AN INCIDENCE HE SEES THE COMMENTS OF THAT PARTICULAR INCIDENCE ON THE TEXTBOX BY THE RIGHT
AND WHEN INCIDENCE IS NOT CHECKED IT DISPLAYS NOTHING.
RGDS
EMA
Here's the solution.
Put =COMMENTS in the textbox.
QlikView will display "-" if there is no comment or is there is more than 1 comment.
I feel you didnt understand the question. plz find attached.
Thanks
Did you try my suggestion?
Try using the following expression in the Layout tab under Show Conditional
Count ( DISTINCT INCIDENCE ) = 1
Also, under the General tab include =COMMENTS.
Good luck,
Oscar
I did Micheal
@Oscar this isnt wat i want. find attached
Here's the solution.
cant we set the empty water incidence to become "No comment"?
Sure, modify the text object expression to be:
If( IsNull(COMMENTS), 'No Comment', COMMENTS)