Nov 17, 2004 #1 Hellopin Programmer May 14, 2004 13 US i am using isNull in if else but and putting the formula in displayString still there is no output
Nov 17, 2004 #2 synapsevampire Programmer Mar 23, 2002 20,180 US Post your formula... Try something like: If isnull({table.field}) then "Null" Else {table.field} Note that the isnull check must come first. -k Upvote 0 Downvote
Post your formula... Try something like: If isnull({table.field}) then "Null" Else {table.field} Note that the isnull check must come first. -k
Nov 17, 2004 Thread starter #3 Hellopin Programmer May 14, 2004 13 US yes i am doing the same but no output it would be great if you can help me Upvote 0 Downvote
Nov 17, 2004 #4 kskid Technical User Mar 21, 2003 1,767 US As SV said, please post your formula... Could be something else that may be causing the problem Upvote 0 Downvote
Nov 17, 2004 Thread starter #5 Hellopin Programmer May 14, 2004 13 US this is the formula written in Display String or let me know where to place the formula there is no output at all if isNull({TASKS.WOTYPE3}) or trim({TASKS.WOTYPE3})="" then "Null" else {TASKS.WOTYPE3} Upvote 0 Downvote
this is the formula written in Display String or let me know where to place the formula there is no output at all if isNull({TASKS.WOTYPE3}) or trim({TASKS.WOTYPE3})="" then "Null" else {TASKS.WOTYPE3}
Nov 17, 2004 #6 synapsevampire Programmer Mar 23, 2002 20,180 US What does "yes i am doing the same but no output it would be great if you can help me" mean? I assume Display String the name of your formula? Place the formula in the report wherever you would have placed the field. Think punctuation... -k Upvote 0 Downvote
What does "yes i am doing the same but no output it would be great if you can help me" mean? I assume Display String the name of your formula? Place the formula in the report wherever you would have placed the field. Think punctuation... -k
Nov 17, 2004 Thread starter #7 Hellopin Programmer May 14, 2004 13 US nope i have the formula in Format--Display string so where exactly i should place it i have the data to be pulled in Group header Upvote 0 Downvote
nope i have the formula in Format--Display string so where exactly i should place it i have the data to be pulled in Group header
Nov 17, 2004 Thread starter #8 Hellopin Programmer May 14, 2004 13 US i got it but one question can i place that formula instead group header Thnaks a lot Upvote 0 Downvote
Nov 17, 2004 #9 synapsevampire Programmer Mar 23, 2002 20,180 US In the field explorer right click Formulas and select New. Then you'll use that formula in the report after you create it. -k Upvote 0 Downvote
In the field explorer right click Formulas and select New. Then you'll use that formula in the report after you create it. -k
Nov 17, 2004 Thread starter #10 Hellopin Programmer May 14, 2004 13 US i got the outout but my summary value changes as i display formula in group header and delete the groupheader value please let me know what should i do to get value and summary correct Upvote 0 Downvote
i got the outout but my summary value changes as i display formula in group header and delete the groupheader value please let me know what should i do to get value and summary correct
Nov 17, 2004 #11 synapsevampire Programmer Mar 23, 2002 20,180 US There appears to be a language barrier involved, so you might be better served to use some visual aids. Try showing an example of the report layout (group and other sections used), example data, and expected output. If you say something changes, state how it has changed and provide examples, your descriptions aren't going to serve us well. -k Upvote 0 Downvote
There appears to be a language barrier involved, so you might be better served to use some visual aids. Try showing an example of the report layout (group and other sections used), example data, and expected output. If you say something changes, state how it has changed and provide examples, your descriptions aren't going to serve us well. -k