This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi, I am wanting my app to move to a different detail view based on row
values. I have a column (called version) which states if the row is not
shared, or calculation shared or final result shared. I want to click on
a row in the summary table (which...
Hi, I have two templates (for pdf reports) for containing some of the
same columns, prepared for different purposes/ end users. One of these
templates requires small images and one requires large images. Ie/ the
summary report needs small images and ...
Hi, I am trying to generate some enum lists for selecting valid
meterages based on input data within the table and within another table.
I have had success using the following formula in the data validity
section: “SELECT(Build data[Chainage Actual],...
Hi, I am having issues generating a report template in word. I am
wanting to pull in images from a grandchild table. Originally I tried
nesting start/end function in each column of my template like image A
below In this instance the Related XY is a v...
I think I am missing a step maybe This is the action expression I am
using Ifs([Version]=“Clack Shared”,LINKTOVIEW(“REC Sliced detail calc
only”),OR([Version]=“Shared”,[Version]=“Full Detail
Shared”),LINKTOVIEW(“REC Sliced detail full”)) Simply linki...
But the [Chainage Actual] column needs to be input into the select
expression as a number/decimal since math operator is included in the
select expression. I tried some work arounds by using the TEXT()
function but have had no luck. It isn’t really i...