-
Re: User Filter Filtering
@karank Here is my module 1 per your description. A number of lines can be entered by each user. In Module 2 I have List 1 as a page selector, and List 2 (which goes from 1-20 in my case). I have 2 l…2 -
Re: Help: Saved View with Production List (versions) not pulling through to Prod - ALM
@jakesachs I would recommend that you set up some filters (Booleans that can be checked) for the different saved views. This would be dimensionalized by your fake version list and would allow you to …2 -
Re: NaN
@DaanishSoomar Not sure if this is the best solution, but I have used something like this in the past: IF Denominator >= 0 OR Denominator <= 0 THEN Numerator / Denominator ELSE 02 -
Re: How to Concatenate Strings with nested IF statements
@Suman Reddy Curious if you need IF statements at all... Wouldnt it work to just do Text1 & Text2 & Text3 & Text 4? If any of them are blank, they will not have a value and will not combi…2 -
Re: How to Concatenate Strings with nested IF statements
Got it. In that case, I would try something lIke this: Text1 & (IF 'Number1' > 0 THEN " " & TEXT('Number1') ELSE BLANK) & (IF ISNOTBLANK('Text2'…2

