Alan
- Total activity 389
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 46
- Subscriptions 166
Comments
Recent activity by Alan-
Hi Phillip, Trigger conditions are not OR logic, they are AND logic. All conditions must be met for the trigger to kick off.
-
Hi Venkata, That is correct. Once developed, any user can use the function in their workbooks.
-
Hi Rock, We've got a KB article on getting row numbers here: How to Add Row Numbers to a Sheet You can also use GROUPROWNUMBER after a GROUPBY on your column that you want to rank to get similar fu...
-
Hi Michael, So it seems the engineers were right that this was being caused by the recalculation of the record count bars shown in the file browser - since the number of times they're calculated wo...
-
Hi Michael, According to the engineers, the bars shown for record count in the file browser is recalculated whenever a folder is loaded. Although I will concede there may be some browser caching g...
-
Hi Michael, I discussed with the engineers and they mentioned that the record bars are calculated each time you switch to a folder. Do you really need to keep as many of these runs as you are keepi...
-
Hi Michael, I recreated a similar structure using a single connection and multiple export jobs over SCP to my host. Unfortunately the behavior did not reproduce for me. Is this happening with othe...
-
Hi Michael, I've got a folder with 12 export jobs in my lab environment on 7.1.4 and it lists equally fast as my other folders containing workbooks, or other artifact types. Can you tell us a littl...
-
Hi Brian, I would suggest having the two lists on separate sheets and then using a Left Outer Join to get a list of items that only exists in the left table. Then do a Right Outer Join on the same...
-
Hi Aditya, I would use the CASE function for this example: CASE(0;#ColumnName;"APPROVED";1;"NOT APPROVED";2;"PENDING";3) In this example we are using the first syntax type for CASE. CASE(<default v...