Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I HAVE THREE COLUMNS IN CRYSTAL REPORT WHEREBY IF COLUMN ONE IS EMPTY THEN ITS PICK COLUMN TWO AND COLUMN TWO PICKS COLUMN THREE.

What I have tried:

IF ISNULL({V_SAMPLE2.VT5}) THEN
{V_SAMPLE2.VT6}
ELSE IF ISNULL({V_SAMPLE2.VT5}) THEN
{V_SAMPLE2.VT7}
ELSE
{V_SAMPLE2.VT5}
Posted
Comments
[no name] 16-May-21 16:35pm    
Something you should be doing in the "data extract" phase; not at report time.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900