APIG NSW Cryptocurrency in 2025 Seminar
An APIG NSW Event
30/07/2025 12:30 to 30/07/2025 14:00
Venue: Thomson Geer Sydney , Level 14, 60 Martin Place, SYDNEY, NSW, 2000, AUSTRALIA,
Details:
Overview:
- What is blockchain and why do people use it?
- What is the market globally?
- Which key issues is the industry facing?
- How is the insurance market developing in Australia?
- What are the challenges in risk management?
- Overall, what are the opportunities for “brave” insurers?
Book Here
APIG NSW | APIG NSW Cryptocurrency in 2025 Seminar | 30/07/2025 | 12:30 | 30/07/2025 | 14:00 | Thomson Geer Sydney | Level 14, 60 Martin Place, SYDNEY, NSW, 2000, AUSTRALIA, | Overview:
- What is blockchain and why do people use it?
- What is the market globally?
- Which key issues is the industry facing?
- How is the insurance market developing in Australia?
- What are the challenges in risk management?
- Overall, what are the opportunities for “brave” insurers?
| https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=276 | 276 |
Dynamic Loaded -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Dynamic Alternate Loaded -
Security - Edit Roles set to
Security - Add Roles set to
Security - Delete Roles set to
Using Existing Dynamic Set -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Executed SQL -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1 AND EventId LIKE '%276%'
Select rows above and then selection an action from below to execute on your data:
Execute Selected Action